worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) <= [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) <= (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -21,4 +21,4 @@ assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here - assert m.show_block(position) == () + assert m.show_block(position) <= ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (11, 13), end pos: (11, 15)
operator: core/NumberReplacer, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -8,7 +8,7 @@ #Test the verticies and bounds, why is this useful? class mainTests(): - position = (10,10,10) + position = ( 11,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (11, 13), end pos: (11, 15)
operator: core/NumberReplacer, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -8,7 +8,7 @@ #Test the verticies and bounds, why is this useful? class mainTests(): - position = (10,10,10) + position = ( 9,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (11, 16), end pos: (11, 18)
operator: core/NumberReplacer, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -8,7 +8,7 @@ #Test the verticies and bounds, why is this useful? class mainTests(): - position = (10,10,10) + position = (10, 11,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (11, 16), end pos: (11, 18)
operator: core/NumberReplacer, occurrence: 3
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -8,7 +8,7 @@ #Test the verticies and bounds, why is this useful? class mainTests(): - position = (10,10,10) + position = (10, 9,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (11, 19), end pos: (11, 21)
operator: core/NumberReplacer, occurrence: 4
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -8,7 +8,7 @@ #Test the verticies and bounds, why is this useful? class mainTests(): - position = (10,10,10) + position = (10,10, 11) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (11, 19), end pos: (11, 21)
operator: core/NumberReplacer, occurrence: 5
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -8,7 +8,7 @@ #Test the verticies and bounds, why is this useful? class mainTests(): - position = (10,10,10) + position = (10,10, 9) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 22), end pos: (13, 23)
operator: core/NumberReplacer, occurrence: 6
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices( 2,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 22), end pos: (13, 23)
operator: core/NumberReplacer, occurrence: 7
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices( 0,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 24), end pos: (13, 25)
operator: core/NumberReplacer, occurrence: 8
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1, 2,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 24), end pos: (13, 25)
operator: core/NumberReplacer, occurrence: 9
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1, 0,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 26), end pos: (13, 27)
operator: core/NumberReplacer, occurrence: 10
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1, 2,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 26), end pos: (13, 27)
operator: core/NumberReplacer, occurrence: 11
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1, 0,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 28), end pos: (13, 29)
operator: core/NumberReplacer, occurrence: 12
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1, 2) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 28), end pos: (13, 29)
operator: core/NumberReplacer, occurrence: 13
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1, 0) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 36), end pos: (13, 37)
operator: core/NumberReplacer, occurrence: 14
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [ 1, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 36), end pos: (13, 37)
operator: core/NumberReplacer, occurrence: 15
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [ -1, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 39), end pos: (13, 40)
operator: core/NumberReplacer, occurrence: 16
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 3, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 39), end pos: (13, 40)
operator: core/NumberReplacer, occurrence: 17
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 1, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 42), end pos: (13, 43)
operator: core/NumberReplacer, occurrence: 18
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 1, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 42), end pos: (13, 43)
operator: core/NumberReplacer, occurrence: 19
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, -1, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 45), end pos: (13, 46)
operator: core/NumberReplacer, occurrence: 20
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 1, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 45), end pos: (13, 46)
operator: core/NumberReplacer, occurrence: 21
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, -1, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 48), end pos: (13, 49)
operator: core/NumberReplacer, occurrence: 22
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 3, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 48), end pos: (13, 49)
operator: core/NumberReplacer, occurrence: 23
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 1, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 51), end pos: (13, 52)
operator: core/NumberReplacer, occurrence: 24
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 3, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 51), end pos: (13, 52)
operator: core/NumberReplacer, occurrence: 25
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 1, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 54), end pos: (13, 55)
operator: core/NumberReplacer, occurrence: 26
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 3, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 54), end pos: (13, 55)
operator: core/NumberReplacer, occurrence: 27
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 1, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 57), end pos: (13, 58)
operator: core/NumberReplacer, occurrence: 28
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 3, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 57), end pos: (13, 58)
operator: core/NumberReplacer, occurrence: 29
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 1, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 60), end pos: (13, 61)
operator: core/NumberReplacer, occurrence: 30
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 3, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 60), end pos: (13, 61)
operator: core/NumberReplacer, occurrence: 31
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 1, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 63), end pos: (13, 64)
operator: core/NumberReplacer, occurrence: 32
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 3, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 63), end pos: (13, 64)
operator: core/NumberReplacer, occurrence: 33
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 1, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 66), end pos: (13, 67)
operator: core/NumberReplacer, occurrence: 34
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 3, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 66), end pos: (13, 67)
operator: core/NumberReplacer, occurrence: 35
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 1, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 69), end pos: (13, 70)
operator: core/NumberReplacer, occurrence: 36
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 1, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 69), end pos: (13, 70)
operator: core/NumberReplacer, occurrence: 37
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, -1, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 12), end pos: (14, 13)
operator: core/NumberReplacer, occurrence: 38
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,8 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 1, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 12), end pos: (14, 13)
operator: core/NumberReplacer, occurrence: 39
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,8 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, -1, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 15), end pos: (14, 16)
operator: core/NumberReplacer, occurrence: 40
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 1, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 15), end pos: (14, 16)
operator: core/NumberReplacer, occurrence: 41
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, -1, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 18), end pos: (14, 19)
operator: core/NumberReplacer, occurrence: 42
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 1, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 18), end pos: (14, 19)
operator: core/NumberReplacer, occurrence: 43
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, -1, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 21), end pos: (14, 22)
operator: core/NumberReplacer, occurrence: 44
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 3, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 21), end pos: (14, 22)
operator: core/NumberReplacer, occurrence: 45
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 1, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 24), end pos: (14, 25)
operator: core/NumberReplacer, occurrence: 46
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 1, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 24), end pos: (14, 25)
operator: core/NumberReplacer, occurrence: 47
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, -1, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 27), end pos: (14, 28)
operator: core/NumberReplacer, occurrence: 48
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 1, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 27), end pos: (14, 28)
operator: core/NumberReplacer, occurrence: 49
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, -1, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 30), end pos: (14, 31)
operator: core/NumberReplacer, occurrence: 50
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 3, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 30), end pos: (14, 31)
operator: core/NumberReplacer, occurrence: 51
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 1, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 33), end pos: (14, 34)
operator: core/NumberReplacer, occurrence: 52
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 1, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 33), end pos: (14, 34)
operator: core/NumberReplacer, occurrence: 53
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, -1, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 36), end pos: (14, 37)
operator: core/NumberReplacer, occurrence: 54
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 0, 3, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 36), end pos: (14, 37)
operator: core/NumberReplacer, occurrence: 55
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 39), end pos: (14, 40)
operator: core/NumberReplacer, occurrence: 56
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 0, 2, 1, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 39), end pos: (14, 40)
operator: core/NumberReplacer, occurrence: 57
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 0, 2, -1, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 42), end pos: (14, 43)
operator: core/NumberReplacer, occurrence: 58
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 1, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 42), end pos: (14, 43)
operator: core/NumberReplacer, occurrence: 59
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, -1, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 45), end pos: (14, 46)
operator: core/NumberReplacer, occurrence: 60
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (14, 45), end pos: (14, 46)
operator: core/NumberReplacer, occurrence: 61
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,7 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, + 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 12), end pos: (15, 13)
operator: core/NumberReplacer, occurrence: 62
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,8 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 12), end pos: (15, 13)
operator: core/NumberReplacer, occurrence: 63
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -11,8 +11,7 @@ position = (10,10,10) #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, - 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, -1, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 15), end pos: (15, 16)
operator: core/NumberReplacer, occurrence: 64
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 1, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 15), end pos: (15, 16)
operator: core/NumberReplacer, occurrence: 65
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, -1, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 18), end pos: (15, 19)
operator: core/NumberReplacer, occurrence: 66
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 1, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 18), end pos: (15, 19)
operator: core/NumberReplacer, occurrence: 67
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, -1, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 21), end pos: (15, 22)
operator: core/NumberReplacer, occurrence: 68
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 1, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 21), end pos: (15, 22)
operator: core/NumberReplacer, occurrence: 69
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, -1, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 24), end pos: (15, 25)
operator: core/NumberReplacer, occurrence: 70
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 1, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 24), end pos: (15, 25)
operator: core/NumberReplacer, occurrence: 71
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, -1, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 27), end pos: (15, 28)
operator: core/NumberReplacer, occurrence: 72
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 3, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 27), end pos: (15, 28)
operator: core/NumberReplacer, occurrence: 73
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 1, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 30), end pos: (15, 31)
operator: core/NumberReplacer, occurrence: 74
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 1, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 30), end pos: (15, 31)
operator: core/NumberReplacer, occurrence: 75
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, -1, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 33), end pos: (15, 34)
operator: core/NumberReplacer, occurrence: 76
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 3, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 33), end pos: (15, 34)
operator: core/NumberReplacer, occurrence: 77
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 1, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 36), end pos: (15, 37)
operator: core/NumberReplacer, occurrence: 78
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 2, 3, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 36), end pos: (15, 37)
operator: core/NumberReplacer, occurrence: 79
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 2, 1, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 39), end pos: (15, 40)
operator: core/NumberReplacer, occurrence: 80
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 2, 2, 1, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 39), end pos: (15, 40)
operator: core/NumberReplacer, occurrence: 81
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 2, 2, -1, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 42), end pos: (15, 43)
operator: core/NumberReplacer, occurrence: 82
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 3, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 42), end pos: (15, 43)
operator: core/NumberReplacer, occurrence: 83
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 1, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 45), end pos: (15, 46)
operator: core/NumberReplacer, occurrence: 84
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 1, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (15, 45), end pos: (15, 46)
operator: core/NumberReplacer, occurrence: 85
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,7 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, + 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, -1, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 12), end pos: (16, 13)
operator: core/NumberReplacer, occurrence: 86
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,8 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 3, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 12), end pos: (16, 13)
operator: core/NumberReplacer, occurrence: 87
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -12,8 +12,7 @@ #test that the cube is defined correctly assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, - 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 1, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 15), end pos: (16, 16)
operator: core/NumberReplacer, occurrence: 88
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 1, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 15), end pos: (16, 16)
operator: core/NumberReplacer, occurrence: 89
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, -1, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 18), end pos: (16, 19)
operator: core/NumberReplacer, occurrence: 90
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 3, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 18), end pos: (16, 19)
operator: core/NumberReplacer, occurrence: 91
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 1, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 21), end pos: (16, 22)
operator: core/NumberReplacer, occurrence: 92
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 3, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 21), end pos: (16, 22)
operator: core/NumberReplacer, occurrence: 93
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 1, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 24), end pos: (16, 25)
operator: core/NumberReplacer, occurrence: 94
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 1, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 24), end pos: (16, 25)
operator: core/NumberReplacer, occurrence: 95
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, -1, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 27), end pos: (16, 28)
operator: core/NumberReplacer, occurrence: 96
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 1, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 27), end pos: (16, 28)
operator: core/NumberReplacer, occurrence: 97
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, -1, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 30), end pos: (16, 31)
operator: core/NumberReplacer, occurrence: 98
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 3, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 30), end pos: (16, 31)
operator: core/NumberReplacer, occurrence: 99
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 1, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 33), end pos: (16, 34)
operator: core/NumberReplacer, occurrence: 100
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 3, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 33), end pos: (16, 34)
operator: core/NumberReplacer, occurrence: 101
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 1, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 36), end pos: (16, 37)
operator: core/NumberReplacer, occurrence: 102
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 1, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 36), end pos: (16, 37)
operator: core/NumberReplacer, occurrence: 103
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, -1, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 39), end pos: (16, 40)
operator: core/NumberReplacer, occurrence: 104
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 0, 3, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 39), end pos: (16, 40)
operator: core/NumberReplacer, occurrence: 105
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 0, 1, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 42), end pos: (16, 43)
operator: core/NumberReplacer, occurrence: 106
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 3, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 42), end pos: (16, 43)
operator: core/NumberReplacer, occurrence: 107
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 1, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 45), end pos: (16, 46)
operator: core/NumberReplacer, occurrence: 108
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 3, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (16, 45), end pos: (16, 46)
operator: core/NumberReplacer, occurrence: 109
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,7 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 1, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 12), end pos: (17, 13)
operator: core/NumberReplacer, occurrence: 110
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,8 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 1, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 12), end pos: (17, 13)
operator: core/NumberReplacer, occurrence: 111
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -13,8 +13,7 @@ assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, - 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, -1, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 15), end pos: (17, 16)
operator: core/NumberReplacer, occurrence: 112
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 1, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 15), end pos: (17, 16)
operator: core/NumberReplacer, occurrence: 113
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, -1, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 18), end pos: (17, 19)
operator: core/NumberReplacer, occurrence: 114
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 3, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 18), end pos: (17, 19)
operator: core/NumberReplacer, occurrence: 115
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 1, 2, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 21), end pos: (17, 22)
operator: core/NumberReplacer, occurrence: 116
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 3, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 21), end pos: (17, 22)
operator: core/NumberReplacer, occurrence: 117
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 1, 0, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 24), end pos: (17, 25)
operator: core/NumberReplacer, occurrence: 118
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 1, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 24), end pos: (17, 25)
operator: core/NumberReplacer, occurrence: 119
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, -1, 2, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 27), end pos: (17, 28)
operator: core/NumberReplacer, occurrence: 120
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 3, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 27), end pos: (17, 28)
operator: core/NumberReplacer, occurrence: 121
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 1, 2, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 30), end pos: (17, 31)
operator: core/NumberReplacer, occurrence: 122
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 3, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 30), end pos: (17, 31)
operator: core/NumberReplacer, occurrence: 123
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 1, 2, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 33), end pos: (17, 34)
operator: core/NumberReplacer, occurrence: 124
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 3, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 33), end pos: (17, 34)
operator: core/NumberReplacer, occurrence: 125
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 1, 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 36), end pos: (17, 37)
operator: core/NumberReplacer, occurrence: 126
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 2, 3, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 36), end pos: (17, 37)
operator: core/NumberReplacer, occurrence: 127
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 2, 1, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 39), end pos: (17, 40)
operator: core/NumberReplacer, occurrence: 128
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 2, 2, 1, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 39), end pos: (17, 40)
operator: core/NumberReplacer, occurrence: 129
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 2, 2, -1, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 42), end pos: (17, 43)
operator: core/NumberReplacer, occurrence: 130
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 3, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 42), end pos: (17, 43)
operator: core/NumberReplacer, occurrence: 131
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 1, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 45), end pos: (17, 46)
operator: core/NumberReplacer, occurrence: 132
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 3, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (17, 45), end pos: (17, 46)
operator: core/NumberReplacer, occurrence: 133
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,7 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, + 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 1, 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 12), end pos: (18, 13)
operator: core/NumberReplacer, occurrence: 134
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,8 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 3, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 12), end pos: (18, 13)
operator: core/NumberReplacer, occurrence: 135
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -14,8 +14,7 @@ 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, - 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 1, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 15), end pos: (18, 16)
operator: core/NumberReplacer, occurrence: 136
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 1, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 15), end pos: (18, 16)
operator: core/NumberReplacer, occurrence: 137
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, -1, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 18), end pos: (18, 19)
operator: core/NumberReplacer, occurrence: 138
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 1, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 18), end pos: (18, 19)
operator: core/NumberReplacer, occurrence: 139
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, -1, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 21), end pos: (18, 22)
operator: core/NumberReplacer, occurrence: 140
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 1, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 21), end pos: (18, 22)
operator: core/NumberReplacer, occurrence: 141
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, -1, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 24), end pos: (18, 25)
operator: core/NumberReplacer, occurrence: 142
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 1, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 24), end pos: (18, 25)
operator: core/NumberReplacer, occurrence: 143
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, -1, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 27), end pos: (18, 28)
operator: core/NumberReplacer, occurrence: 144
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 1, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 27), end pos: (18, 28)
operator: core/NumberReplacer, occurrence: 145
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, -1, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 30), end pos: (18, 31)
operator: core/NumberReplacer, occurrence: 146
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 1, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 30), end pos: (18, 31)
operator: core/NumberReplacer, occurrence: 147
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, -1, 2, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 33), end pos: (18, 34)
operator: core/NumberReplacer, occurrence: 148
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 3, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 33), end pos: (18, 34)
operator: core/NumberReplacer, occurrence: 149
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 1, 0, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 36), end pos: (18, 37)
operator: core/NumberReplacer, occurrence: 150
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 2, 1, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 36), end pos: (18, 37)
operator: core/NumberReplacer, occurrence: 151
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 2, -1, 2, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 39), end pos: (18, 40)
operator: core/NumberReplacer, occurrence: 152
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 2, 0, 3, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 39), end pos: (18, 40)
operator: core/NumberReplacer, occurrence: 153
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 2, 0, 1, 2, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 42), end pos: (18, 43)
operator: core/NumberReplacer, occurrence: 154
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 3, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 42), end pos: (18, 43)
operator: core/NumberReplacer, occurrence: 155
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 1, 0] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 45), end pos: (18, 46)
operator: core/NumberReplacer, occurrence: 156
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 1] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (18, 45), end pos: (18, 46)
operator: core/NumberReplacer, occurrence: 157
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -15,7 +15,7 @@ 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, - 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] + 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, -1] #Test that bounds of the square are correct assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 18), end pos: (21, 19)
operator: core/NumberReplacer, occurrence: 158
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord( 2,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 18), end pos: (21, 19)
operator: core/NumberReplacer, occurrence: 159
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord( 0,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 20), end pos: (21, 21)
operator: core/NumberReplacer, occurrence: 160
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1, 2, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 20), end pos: (21, 21)
operator: core/NumberReplacer, occurrence: 161
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1, 0, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 25), end pos: (21, 26)
operator: core/NumberReplacer, occurrence: 162
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n= 5) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 25), end pos: (21, 26)
operator: core/NumberReplacer, occurrence: 163
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n= 3) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 32), end pos: (21, 35)
operator: core/NumberReplacer, occurrence: 164
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == ( 1.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 32), end pos: (21, 35)
operator: core/NumberReplacer, occurrence: 165
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == ( -0.75, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 37), end pos: (21, 40)
operator: core/NumberReplacer, occurrence: 166
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, 1.25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 37), end pos: (21, 40)
operator: core/NumberReplacer, occurrence: 167
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, -0.75, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 42), end pos: (21, 44)
operator: core/NumberReplacer, occurrence: 168
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, 1.5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 42), end pos: (21, 44)
operator: core/NumberReplacer, occurrence: 169
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, -0.5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 46), end pos: (21, 49)
operator: core/NumberReplacer, occurrence: 170
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, 1.25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 46), end pos: (21, 49)
operator: core/NumberReplacer, occurrence: 171
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, -0.75, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 51), end pos: (21, 53)
operator: core/NumberReplacer, occurrence: 172
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, 1.5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 51), end pos: (21, 53)
operator: core/NumberReplacer, occurrence: 173
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, -0.5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 55), end pos: (21, 57)
operator: core/NumberReplacer, occurrence: 174
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, 1.5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 55), end pos: (21, 57)
operator: core/NumberReplacer, occurrence: 175
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, -0.5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 59), end pos: (21, 62)
operator: core/NumberReplacer, occurrence: 176
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, 1.25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 59), end pos: (21, 62)
operator: core/NumberReplacer, occurrence: 177
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, -0.75, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 64), end pos: (21, 66)
operator: core/NumberReplacer, occurrence: 178
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, 1.5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 64), end pos: (21, 66)
operator: core/NumberReplacer, occurrence: 179
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, -0.5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) >= [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) >= (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -21,4 +21,4 @@ assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here - assert m.show_block(position) == () + assert m.show_block(position) >= ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) is [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) is (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -21,4 +21,4 @@ assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here - assert m.show_block(position) == () + assert m.show_block(position) is ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) is not [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) is not (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -21,4 +21,4 @@ assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here - assert m.show_block(position) == () + assert m.show_block(position) is not ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) < [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) < (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -21,4 +21,4 @@ assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here - assert m.show_block(position) == () + assert m.show_block(position) < ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) != [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) != (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -21,4 +21,4 @@ assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here - assert m.show_block(position) == () + assert m.show_block(position) != ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert cube_vertices(1,1,1,1) > [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert tex_coord(1,1, n=4) > (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -21,4 +21,4 @@ assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here - assert m.show_block(position) == () + assert m.show_block(position) > ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (13, 8), end pos: (18, 47)
operator: core/AddNot, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -10,7 +10,7 @@ class mainTests(): position = (10,10,10) #test that the cube is defined correctly - assert cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, + assert not cube_vertices(1,1,1,1) == [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (21, 8), end pos: (21, 67)
operator: core/AddNot, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -18,7 +18,7 @@ 2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0] #Test that bounds of the square are correct - assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) + assert not tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here assert m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/UnitTests.py, start pos: (24, 8), end pos: (24, 36)
operator: core/AddNot, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/UnitTests.py +++ b/home/areinsch/CS362/UnitTests.py @@ -21,4 +21,4 @@ assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5) #Other tests here - assert m.show_block(position) == () + assert not m.show_block(position) == ()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo(5) <= 7 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo(3) <= 5 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x / 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x ** 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x | 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x << 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 12), end pos: (5, 13)
operator: core/NumberReplacer, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x + 6 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 12), end pos: (5, 13)
operator: core/NumberReplacer, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x + 4 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 15), end pos: (8, 16)
operator: core/NumberReplacer, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo( 6) == 7 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 15), end pos: (8, 16)
operator: core/NumberReplacer, occurrence: 3
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo( 4) == 7 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 21), end pos: (8, 22)
operator: core/NumberReplacer, occurrence: 4
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo(5) == 8 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 21), end pos: (8, 22)
operator: core/NumberReplacer, occurrence: 5
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo(5) == 6 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 15), end pos: (9, 16)
operator: core/NumberReplacer, occurrence: 6
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo( 4) == 5 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 15), end pos: (9, 16)
operator: core/NumberReplacer, occurrence: 7
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo( 2) == 5 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 21), end pos: (9, 22)
operator: core/NumberReplacer, occurrence: 8
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo(3) == 6 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 21), end pos: (9, 22)
operator: core/NumberReplacer, occurrence: 9
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo(3) == 4 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo(5) >= 7 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo(3) >= 5 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x - 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x >> 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x * 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x ^ 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x % 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x // 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo(5) < 7 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo(3) < 5 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo(5) != 7 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo(3) != 5 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -2,7 +2,7 @@ from pyFunc import addTwo def plusFive (x): - return x + 5 + return x & 5 class testImport(): assert addTwo(5) == 7
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert addTwo(5) > 7 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert addTwo(3) > 5 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 8), end pos: (8, 22)
operator: core/AddNot, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -5,7 +5,7 @@ return x + 5 class testImport(): - assert addTwo(5) == 7 + assert not addTwo(5) == 7 assert addTwo(3) == 5 #class testUnits():
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 8), end pos: (9, 22)
operator: core/AddNot, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/unittesttest.py +++ b/home/areinsch/CS362/PyTesting/unittesttest.py @@ -6,7 +6,7 @@ class testImport(): assert addTwo(5) == 7 - assert addTwo(3) == 5 + assert not addTwo(3) == 5 #class testUnits(): # assert plusFive(3) == 8
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face <= (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, -1, 0) or face <= (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -675,7 +675,7 @@
if self.exclusive:
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
- if (button == mouse.RIGHT) or \
+ if (button <= mouse.RIGHT) or \
((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button <= mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -680,7 +680,7 @@
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)
- elif button == pyglet.window.mouse.LEFT and block:
+ elif button <= pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
if texture != STONE:
self.model.remove_block(block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -718,7 +718,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol <= key.W:
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -720,7 +720,7 @@
"""
if symbol == key.W:
self.strafe[0] -= 1
- elif symbol == key.S:
+ elif symbol <= key.S:
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -722,7 +722,7 @@
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1
- elif symbol == key.A:
+ elif symbol <= key.A:
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -724,7 +724,7 @@
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1
- elif symbol == key.D:
+ elif symbol <= key.D:
self.strafe[1] += 1
elif symbol == key.SPACE:
if self.dy == 0:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -726,7 +726,7 @@
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1
- elif symbol == key.SPACE:
+ elif symbol <= key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -727,7 +727,7 @@
elif symbol == key.D:
self.strafe[1] += 1
elif symbol == key.SPACE:
- if self.dy == 0:
+ if self.dy <= 0:
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -729,7 +729,7 @@
elif symbol == key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
- elif symbol == key.ESCAPE:
+ elif symbol <= key.ESCAPE:
self.set_exclusive_mouse(False)
elif symbol == key.TAB:
self.flying = not self.flyingTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -731,7 +731,7 @@
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)
- elif symbol == key.TAB:
+ elif symbol <= key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
index = (symbol - self.num_keys[0]) % len(self.inventory)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -749,7 +749,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol <= key.W:
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -751,7 +751,7 @@
"""
if symbol == key.W:
self.strafe[0] += 1
- elif symbol == key.S:
+ elif symbol <= key.S:
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -753,7 +753,7 @@
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1
- elif symbol == key.A:
+ elif symbol <= key.A:
self.strafe[1] += 1
elif symbol == key.D:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -755,7 +755,7 @@
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1
- elif symbol == key.D:
+ elif symbol <= key.D:
self.strafe[1] -= 1
def on_resize(self, width, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -896,6 +896,6 @@
pyglet.app.run()
-if __name__ == '__main__':
+if __name__ <= '__main__':
main()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Sub, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol - self.num_keys[0]) - len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Sub, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -837,7 +837,7 @@
"""
x, y, z = self.position
- self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
+ self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' - (
pyglet.clock.get_fps(), x, y, z,
len(self.model._shown), len(self.model.world))
self.label.draw()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (655, 20), end pos: (655, 25)
operator: core/ReplaceBreakWithContinue, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -652,7 +652,7 @@
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0
- break
+ continue
return tuple(p)
def on_mouse_press(self, x, y, button, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) << 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) << 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) << 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) << 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) << 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 << 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx << 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy << 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz << 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) << 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, <<kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, <<kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import + from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 + GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY + MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x + m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y + m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(+top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(+bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(+side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side + 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance + m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, +args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(+args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, +args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(+args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) + m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) + m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -531,7 +531,7 @@
"""
if any(self.strafe):
x, y = self.rotation
- strafe = math.degrees(math.atan2(*self.strafe))
+ strafe = math.degrees(math.atan2(+self.strafe))
y_angle = math.radians(y)
x_angle = math.radians(x + strafe)
if self.flying:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -546,7 +546,7 @@
dy *= -1
# When you are flying up or down, you have less left and right
# motion.
- dx = math.cos(x_angle) * m
+ dx = math.cos(x_angle) + m
dz = math.sin(x_angle) * m
else:
dy = 0.0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -547,7 +547,7 @@
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * m
- dz = math.sin(x_angle) * m
+ dz = math.sin(x_angle) + m
else:
dy = 0.0
dx = math.cos(x_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -592,7 +592,7 @@
"""
# walking
speed = FLYING_SPEED if self.flying else WALKING_SPEED
- d = dt * speed # distance covered this tick.
+ d = dt + speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * dTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx + d, dy * d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy + d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz + d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt + GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy + dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) + face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) + face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx + m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy + m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat + 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y/n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y/n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z/n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x/n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y/n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z/n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x/n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y/n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x/n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x/n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z/n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z/n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z/n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y/n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z/n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y/n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x/n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z/n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x/n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x/n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y/n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x/n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y/n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z/n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z/n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x/n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z/n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x/n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y/n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z/n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y/n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z/n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x/n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y/n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x/n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y/n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx / m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx / m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy / m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy / m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n / 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n / 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y / dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c / h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a / s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s / 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b / s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s / 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 / (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s / 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 / (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x / dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y / dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z / dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x / dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y / dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z / dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x / dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y / dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z / dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad / 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad / 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 / dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 / dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad / 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x / dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y / dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z / dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x / dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y / dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z / dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x / strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x / dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y / dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z / dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x / dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y / dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x / n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y / n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_Eq, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 == (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_Eq, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 == (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_Eq, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -541,7 +541,7 @@
# Moving left or right.
dy = 0.0
m = 1
- if self.strafe[0] > 0:
+ if self.strafe[0] == 0:
# Moving backwards.
dy *= -1
# When you are flying up or down, you have less left and rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) >> 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) >> 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) >> 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) >> 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) >> 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 >> 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx >> 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy >> 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz >> 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) >> 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, >>kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, >>kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_BitOr, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol - self.num_keys[0]) | len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_BitOr, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -837,7 +837,7 @@
"""
x, y, z = self.position
- self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
+ self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' | (
pyglet.clock.get_fps(), x, y, z,
len(self.model._shown), len(self.model.world))
self.label.draw()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) % 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) % 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) % 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) % 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) % 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 % 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx % 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy % 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz % 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) % 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, %kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, %kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (216, 31), end pos: (216, 34)
operator: core/ReplaceAndWithOr, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -213,7 +213,7 @@
previous = None
for _ in xrange(max_distance * m):
key = normalize((x, y, z))
- if key != previous and key in self.world:
+ if key != previous or key in self.world:
return key, previous
previous = key
x, y, z = x + dx / m, y + dy / m, z + dz / mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (363, 42), end pos: (363, 45)
operator: core/ReplaceAndWithOr, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -360,7 +360,7 @@
"""
for position in self.sectors.get(sector, []):
- if position not in self.shown and self.exposed(position):
+ if position not in self.shown or self.exposed(position):
self.show_block(position, False)
def hide_sector(self, sector):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 25), end pos: (423, 28)
operator: core/ReplaceAndWithOr, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue or time.clock() - start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 44), end pos: (679, 47)
operator: core/ReplaceAndWithOr, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button == mouse.LEFT) or (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (683, 52), end pos: (683, 55)
operator: core/ReplaceAndWithOr, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -680,7 +680,7 @@
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)
- elif button == pyglet.window.mouse.LEFT and block:
+ elif button == pyglet.window.mouse.LEFT or block:
texture = self.model.world[block]
if texture != STONE:
self.model.remove_block(block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Pow, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol - self.num_keys[0]) ** len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Pow, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -837,7 +837,7 @@
"""
x, y, z = self.position
- self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
+ self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' ** (
pyglet.clock.get_fps(), x, y, z,
len(self.model._shown), len(self.model.world))
self.label.draw()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x>>n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z>>n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x>>n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z>>n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x>>n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y>>n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z>>n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y>>n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z>>n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y>>n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x>>n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y>>n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x>>n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y>>n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z>>n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x>>n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y>>n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x>>n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x>>n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z>>n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y>>n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y>>n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z>>n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z>>n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x>>n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y>>n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y>>n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x>>n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y>>n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z>>n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x>>n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y>>n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z>>n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x>>n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z>>n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z>>n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y >> 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (-n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y >> 3, z), STONE, immediate=False)
if x in (-n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n >> 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a >> s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b >> s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x >> a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z >> b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x >> 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 44
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 45
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 46
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 47
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 48
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 49
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 50
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 51
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 52
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 53
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 54
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 55
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 56
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_BitXor, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_BitXor, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (230, 23), end pos: (230, 27)
operator: core/ReplaceTrueWithFalse, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (233, 53), end pos: (233, 57)
operator: core/ReplaceTrueWithFalse, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (256, 47), end pos: (256, 51)
operator: core/ReplaceTrueWithFalse, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (293, 45), end pos: (293, 49)
operator: core/ReplaceTrueWithFalse, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (333, 45), end pos: (333, 49)
operator: core/ReplaceTrueWithFalse, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (688, 37), end pos: (688, 41)
operator: core/ReplaceTrueWithFalse, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (892, 71), end pos: (892, 75)
operator: core/ReplaceTrueWithFalse, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (894, 31), end pos: (894, 35)
operator: core/ReplaceTrueWithFalse, occurrence: 7
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_NotEq, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 2
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ^ 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ^ 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 ^ 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ^ 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ^ 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ^ 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ^ 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, ^kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, ^kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_Eq, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 == 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_Eq, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start == 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_Eq, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -639,7 +639,7 @@
continue
# How much overlap you have with this dimension.
d = (p[i] - np[i]) * face[i]
- if d < pad:
+ if d == pad:
continue
for dy in xrange(height): # check each height
op = list(np)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) & 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) & 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) & 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) & 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) & 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 & 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx & 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy & 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz & 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) & 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, &kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, &kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x//n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z//n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x//n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z//n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x//n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y//n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z//n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y//n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z//n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y//n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x//n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y//n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x//n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y//n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z//n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x//n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y//n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x//n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x//n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z//n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y//n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y//n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z//n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z//n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x//n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y//n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y//n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x//n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y//n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z//n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x//n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y//n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z//n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x//n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z//n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z//n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y // 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y // 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n // 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a // s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b // s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x // a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z // b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x // 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z // 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set // before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set // after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() // start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height // 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x // 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x // 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] // np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d // pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol // self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height // 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x // n, y, x + n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y // n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x << SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y << SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z << SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width << 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width // 2, self.height << 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_LtE, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 <= 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_LtE, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start <= 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_LtE, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -639,7 +639,7 @@
continue
# How much overlap you have with this dimension.
d = (p[i] - np[i]) * face[i]
- if d < pad:
+ if d <= pad:
continue
for dy in xrange(height): # check each height
op = list(np)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 >> n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx >> m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy >> m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz >> m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 >> TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 >> TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt >> m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width >> float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y**n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y**n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z**n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x**n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y**n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z**n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x**n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y**n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x**n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x**n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z**n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z**n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z**n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y**n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z**n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y**n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x**n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z**n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x**n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x**n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y**n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x**n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y**n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z**n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z**n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x**n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z**n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x**n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y**n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z**n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y**n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z**n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x**n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y**n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x**n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y**n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx ** m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx ** m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy ** m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy ** m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n ** 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n ** 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y ** dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c ** h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a ** s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s ** 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b ** s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s ** 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 ** (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s ** 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 ** (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x ** dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y ** dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z ** dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x ** dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y ** dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z ** dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x ** dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y ** dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z ** dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad ** 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad ** 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 ** dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 ** dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad ** 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x ** dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y ** dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z ** dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x ** dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y ** dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z ** dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x ** strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x ** dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y ** dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z ** dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x ** dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y ** dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x ** n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y ** n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Div, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button == mouse.LEFT) and (modifiers / key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) / 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) / 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) / 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) / 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) / 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 / 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx / 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy / 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz / 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) / 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, /kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, /kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_NotEq, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 != 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_NotEq, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start != 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_NotEq, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -639,7 +639,7 @@
continue
# How much overlap you have with this dimension.
d = (p[i] - np[i]) * face[i]
- if d < pad:
+ if d != pad:
continue
for dy in xrange(height): # check each height
op = list(np)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_Is, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -213,7 +213,7 @@
previous = None
for _ in xrange(max_distance * m):
key = normalize((x, y, z))
- if key != previous and key in self.world:
+ if key is previous and key in self.world:
return key, previous
previous = key
x, y, z = x + dx / m, y + dy / m, z + dz / mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_Is, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -570,7 +570,7 @@
"""
self.model.process_queue()
sector = sectorize(self.position)
- if sector != self.sector:
+ if sector is self.sector:
self.model.change_sectors(self.sector, sector)
if self.sector is None:
self.model.process_entire_queue()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_Is, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -682,7 +682,7 @@
self.model.add_block(previous, self.block)
elif button == pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
- if texture != STONE:
+ if texture is STONE:
self.model.remove_block(block)
else:
self.set_exclusive_mouse(True)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (575, 27), end pos: (575, 29)
operator: core/ReplaceComparisonOperator_Is_IsNot, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -572,7 +572,7 @@
sector = sectorize(self.position)
if sector != self.sector:
self.model.change_sectors(self.sector, sector)
- if self.sector is None:
+ if self.sector is not None:
self.model.process_entire_queue()
self.sector = sector
m = 8Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_BitXor, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button == mouse.LEFT) and (modifiers ^ key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_BitOr, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button == mouse.LEFT) and (modifiers | key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) // 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) // 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) // 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) // 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) // 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 // 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx // 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy // 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz // 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) // 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, //kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, //kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x - SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y - SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z - SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width - 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width // 2, self.height - 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_IsNot, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -213,7 +213,7 @@
previous = None
for _ in xrange(max_distance * m):
key = normalize((x, y, z))
- if key != previous and key in self.world:
+ if key is not previous and key in self.world:
return key, previous
previous = key
x, y, z = x + dx / m, y + dy / m, z + dz / mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_IsNot, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -570,7 +570,7 @@
"""
self.model.process_queue()
sector = sectorize(self.position)
- if sector != self.sector:
+ if sector is not self.sector:
self.model.change_sectors(self.sector, sector)
if self.sector is None:
self.model.process_entire_queue()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_IsNot, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -682,7 +682,7 @@
self.model.add_block(previous, self.block)
elif button == pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
- if texture != STONE:
+ if texture is not STONE:
self.model.remove_block(block)
else:
self.set_exclusive_mouse(True)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y|n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y|n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z|n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x|n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y|n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z|n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x|n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y|n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x|n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x|n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z|n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z|n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z|n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y|n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z|n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y|n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x|n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z|n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x|n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x|n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y|n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x|n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y|n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z|n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z|n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x|n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z|n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x|n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y|n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z|n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y|n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z|n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x|n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y|n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x|n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y|n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx | m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx | m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy | m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy | m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n | 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n | 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y | dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c | h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a | s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s | 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b | s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s | 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 | (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s | 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 | (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x | dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y | dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z | dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x | dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y | dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z | dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x | dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y | dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z | dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad | 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad | 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 | dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 | dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad | 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x | dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y | dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z | dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x | dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y | dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z | dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x | strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x | dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y | dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z | dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x | dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y | dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x | n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y | n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 << n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx << m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy << m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz << m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 << TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 << TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt << m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width << float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 8), end pos: (86, 9)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 0,1, 0),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 5), end pos: (87, 6)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 11), end pos: (90, 12)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 0, 0,1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 24), end pos: (165, 25)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 28), end pos: (166, 29)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 25), end pos: (170, 26)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -167,7 +167,7 @@
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
- if x in (-n, n) or z in (-n, n):
+ if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 41), end pos: (170, 42)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -167,7 +167,7 @@
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
- if x in (-n, n) or z in (-n, n):
+ if x in (-n, n) or z in (n, n):
# create outer walls.
for dy in xrange(-2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (172, 37), end pos: (172, 38)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -169,7 +169,7 @@
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (-n, n) or z in (-n, n):
# create outer walls.
- for dy in xrange(-2, 3):
+ for dy in xrange(2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomlyTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (178, 31), end pos: (178, 32)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -175,7 +175,7 @@
# generate the hills randomly
o = n - 10
for _ in xrange(120):
- a = random.randint(-o, o) # x position of the hill
+ a = random.randint(o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
c = -1 # base of the hill
h = random.randint(1, 6) # height of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (179, 31), end pos: (179, 32)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -176,7 +176,7 @@
o = n - 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
- b = random.randint(-o, o) # z position of the hill
+ b = random.randint(o, o) # z position of the hill
c = -1 # base of the hill
h = random.randint(1, 6) # height of the hill
s = random.randint(4, 8) # 2 * s is the side length of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (180, 16), end pos: (180, 17)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -177,7 +177,7 @@
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
- c = -1 # base of the hill
+ c = 1 # base of the hill
h = random.randint(1, 6) # height of the hill
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hillsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 25), end pos: (384, 26)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 33), end pos: (386, 34)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -543,7 +543,7 @@
m = 1
if self.strafe[0] > 0:
# Moving backwards.
- dy *= -1
+ dy *= 1
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (546, 26), end pos: (546, 27)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -602,7 +602,7 @@
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
self.dy -= dt * GRAVITY
- self.dy = max(self.dy, -TERMINAL_VELOCITY)
+ self.dy = max(self.dy, TERMINAL_VELOCITY)
dy += self.dy * dt
# collisions
x, y, z = self.positionTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (605, 35), end pos: (605, 36)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, 1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 35), end pos: (651, 36)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -703,7 +703,7 @@
m = 0.15
x, y = self.rotation
x, y = x + dx * m, y + dy * m
- y = max(-90, min(90, y))
+ y = max(90, min(90, y))
self.rotation = (x, y)
def on_key_press(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (706, 20), end pos: (706, 21)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -782,7 +782,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- glOrtho(0, width, 0, height, -1, 1)
+ glOrtho(0, width, 0, height, 1, 1)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (785, 37), end pos: (785, 38)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -800,7 +800,7 @@
glLoadIdentity()
x, y = self.rotation
glRotatef(x, 0, 1, 0)
- glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+ glRotatef(y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
glTranslatef(-x, -y, -z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (803, 18), end pos: (803, 19)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(x, -y, -z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (805, 21), end pos: (805, 22)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(-x, y, -z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (805, 25), end pos: (805, 26)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(-x, -y, z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (805, 29), end pos: (805, 30)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 21
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_Eq, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -33,7 +33,7 @@
PLAYER_HEIGHT = 2
-if sys.version_info[0] >= 3:
+if sys.version_info[0] == 3:
xrange = range
def cube_vertices(x, y, z, n):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x*n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z*n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x*n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z*n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x*n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y*n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z*n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y*n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z*n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y*n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x*n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y*n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x*n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y*n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z*n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x*n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y*n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x*n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x*n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z*n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y*n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y*n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z*n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z*n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x*n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y*n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y*n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x*n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y*n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z*n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x*n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y*n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z*n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x*n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z*n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z*n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y * 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y * 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n * 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a * s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b * s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x * a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z * b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x * 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z * 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set * before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set * after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() * start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height * 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x * 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x * 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] * np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d * pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol * self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height * 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x * n, y, x + n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y * n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import & from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 & GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY & MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x & m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y & m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(&top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(&bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(&side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side & 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance & m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, &args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(&args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, &args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(&args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) & m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) & m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -531,7 +531,7 @@
"""
if any(self.strafe):
x, y = self.rotation
- strafe = math.degrees(math.atan2(*self.strafe))
+ strafe = math.degrees(math.atan2(&self.strafe))
y_angle = math.radians(y)
x_angle = math.radians(x + strafe)
if self.flying:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -546,7 +546,7 @@
dy *= -1
# When you are flying up or down, you have less left and right
# motion.
- dx = math.cos(x_angle) * m
+ dx = math.cos(x_angle) & m
dz = math.sin(x_angle) * m
else:
dy = 0.0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -547,7 +547,7 @@
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * m
- dz = math.sin(x_angle) * m
+ dz = math.sin(x_angle) & m
else:
dy = 0.0
dx = math.cos(x_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -592,7 +592,7 @@
"""
# walking
speed = FLYING_SPEED if self.flying else WALKING_SPEED
- d = dt * speed # distance covered this tick.
+ d = dt & speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * dTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx & d, dy * d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy & d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz & d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt & GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy & dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) & face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) & face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx & m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy & m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat & 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_Lt, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -213,7 +213,7 @@
previous = None
for _ in xrange(max_distance * m):
key = normalize((x, y, z))
- if key != previous and key in self.world:
+ if key < previous and key in self.world:
return key, previous
previous = key
x, y, z = x + dx / m, y + dy / m, z + dz / mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_Lt, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -570,7 +570,7 @@
"""
self.model.process_queue()
sector = sectorize(self.position)
- if sector != self.sector:
+ if sector < self.sector:
self.model.change_sectors(self.sector, sector)
if self.sector is None:
self.model.process_entire_queue()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_Lt, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -682,7 +682,7 @@
self.model.add_block(previous, self.block)
elif button == pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
- if texture != STONE:
+ if texture < STONE:
self.model.remove_block(block)
else:
self.set_exclusive_mouse(True)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 * n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx * m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy * m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz * m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 * TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 * TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt * m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width * float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x & SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y & SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z & SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x // 90)) * m
+ dx = math.cos(math.radians(x & 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width & 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y<<n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y<<n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z<<n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x<<n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y<<n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z<<n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x<<n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y<<n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x<<n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x<<n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z<<n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z<<n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z<<n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y<<n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z<<n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y<<n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x<<n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z<<n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x<<n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x<<n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y<<n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x<<n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y<<n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z<<n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z<<n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x<<n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z<<n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x<<n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y<<n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 29
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 30
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 31
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 32
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 33
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 34
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 35
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 36
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 37
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 38
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 39
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 40
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 41
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 42
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 43
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 44
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 45
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 46
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 47
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 48
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 49
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 50
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 51
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 52
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 53
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 54
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 55
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 56
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 57
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 58
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 59
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 60
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 61
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 62
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 63
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 64
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 65
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 66
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 67
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 68
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 69
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 70
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 71
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 72
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 73
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 74
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 75
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 76
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 77
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y << n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_RShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol - self.num_keys[0]) >> len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_RShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -837,7 +837,7 @@
"""
x, y, z = self.position
- self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
+ self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' >> (
pyglet.clock.get_fps(), x, y, z,
len(self.model._shown), len(self.model.world))
self.label.draw()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_Eq, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -213,7 +213,7 @@
previous = None
for _ in xrange(max_distance * m):
key = normalize((x, y, z))
- if key != previous and key in self.world:
+ if key == previous and key in self.world:
return key, previous
previous = key
x, y, z = x + dx / m, y + dy / m, z + dz / mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_Eq, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -570,7 +570,7 @@
"""
self.model.process_queue()
sector = sectorize(self.position)
- if sector != self.sector:
+ if sector == self.sector:
self.model.change_sectors(self.sector, sector)
if self.sector is None:
self.model.process_entire_queue()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_Eq, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -682,7 +682,7 @@
self.model.add_block(previous, self.block)
elif button == pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
- if texture != STONE:
+ if texture == STONE:
self.model.remove_block(block)
else:
self.set_exclusive_mouse(True)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 - n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx - m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy - m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz - m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 - TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 - TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt - m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width - float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x%n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z%n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x%n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z%n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x%n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y%n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z%n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y%n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z%n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y%n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x%n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y%n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x%n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y%n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z%n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x%n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y%n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x%n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x%n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z%n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y%n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y%n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z%n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z%n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x%n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y%n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y%n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x%n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y%n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z%n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x%n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y%n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z%n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x%n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z%n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z%n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y % 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y % 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n % 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a % s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b % s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x % a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z % b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x % 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z % 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set % before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set % after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() % start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height % 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x % 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x % 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] % np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d % pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol % self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height % 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x % n, y, x + n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y % n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 | n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx | m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy | m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz | m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 | TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 | TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt | m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width | float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Mul, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol - self.num_keys[0]) * len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Mul, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -837,7 +837,7 @@
"""
x, y, z = self.position
- self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
+ self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' * (
pyglet.clock.get_fps(), x, y, z,
len(self.model._shown), len(self.model.world))
self.label.draw()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_Is, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 is (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_Is, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 is (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (14, 16), end pos: (14, 18)
operator: core/NumberReplacer, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -11,7 +11,7 @@ from pyglet.graphics import TextureGroup from pyglet.window import key, mouse -TICKS_PER_SEC = 60 +TICKS_PER_SEC = 61 # Size of sectors used to ease block loading. SECTOR_SIZE = 16
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (14, 16), end pos: (14, 18)
operator: core/NumberReplacer, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -11,7 +11,7 @@ from pyglet.graphics import TextureGroup from pyglet.window import key, mouse -TICKS_PER_SEC = 60 +TICKS_PER_SEC = 59 # Size of sectors used to ease block loading. SECTOR_SIZE = 16
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (17, 14), end pos: (17, 16)
operator: core/NumberReplacer, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -14,7 +14,7 @@ TICKS_PER_SEC = 60 # Size of sectors used to ease block loading. -SECTOR_SIZE = 16 +SECTOR_SIZE = 17 WALKING_SPEED = 5 FLYING_SPEED = 15
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (17, 14), end pos: (17, 16)
operator: core/NumberReplacer, occurrence: 3
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -14,7 +14,7 @@ TICKS_PER_SEC = 60 # Size of sectors used to ease block loading. -SECTOR_SIZE = 16 +SECTOR_SIZE = 15 WALKING_SPEED = 5 FLYING_SPEED = 15
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (19, 16), end pos: (19, 17)
operator: core/NumberReplacer, occurrence: 4
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -16,7 +16,7 @@ # Size of sectors used to ease block loading. SECTOR_SIZE = 16 -WALKING_SPEED = 5 +WALKING_SPEED = 6 FLYING_SPEED = 15 GRAVITY = 20.0
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (19, 16), end pos: (19, 17)
operator: core/NumberReplacer, occurrence: 5
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -16,7 +16,7 @@ # Size of sectors used to ease block loading. SECTOR_SIZE = 16 -WALKING_SPEED = 5 +WALKING_SPEED = 4 FLYING_SPEED = 15 GRAVITY = 20.0
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (20, 15), end pos: (20, 17)
operator: core/NumberReplacer, occurrence: 6
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -17,7 +17,7 @@ SECTOR_SIZE = 16 WALKING_SPEED = 5 -FLYING_SPEED = 15 +FLYING_SPEED = 16 GRAVITY = 20.0 MAX_JUMP_HEIGHT = 1.0 # About the height of a block.
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (20, 15), end pos: (20, 17)
operator: core/NumberReplacer, occurrence: 7
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -17,7 +17,7 @@ SECTOR_SIZE = 16 WALKING_SPEED = 5 -FLYING_SPEED = 15 +FLYING_SPEED = 14 GRAVITY = 20.0 MAX_JUMP_HEIGHT = 1.0 # About the height of a block.
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (22, 10), end pos: (22, 14)
operator: core/NumberReplacer, occurrence: 8
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -19,7 +19,7 @@ WALKING_SPEED = 5 FLYING_SPEED = 15 -GRAVITY = 20.0 +GRAVITY = 21.0 MAX_JUMP_HEIGHT = 1.0 # About the height of a block. # To derive the formula for calculating jump speed, first solve # v_t = v_0 + a * t
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (22, 10), end pos: (22, 14)
operator: core/NumberReplacer, occurrence: 9
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -19,7 +19,7 @@ WALKING_SPEED = 5 FLYING_SPEED = 15 -GRAVITY = 20.0 +GRAVITY = 19.0 MAX_JUMP_HEIGHT = 1.0 # About the height of a block. # To derive the formula for calculating jump speed, first solve # v_t = v_0 + a * t
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (23, 18), end pos: (23, 21)
operator: core/NumberReplacer, occurrence: 10
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -20,7 +20,7 @@ FLYING_SPEED = 15 GRAVITY = 20.0 -MAX_JUMP_HEIGHT = 1.0 # About the height of a block. +MAX_JUMP_HEIGHT = 2.0 # About the height of a block. # To derive the formula for calculating jump speed, first solve # v_t = v_0 + a * t # for the time at which you achieve maximum height, where a is the acceleration
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (23, 18), end pos: (23, 21)
operator: core/NumberReplacer, occurrence: 11
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -20,7 +20,7 @@ FLYING_SPEED = 15 GRAVITY = 20.0 -MAX_JUMP_HEIGHT = 1.0 # About the height of a block. +MAX_JUMP_HEIGHT = 0.0 # About the height of a block. # To derive the formula for calculating jump speed, first solve # v_t = v_0 + a * t # for the time at which you achieve maximum height, where a is the acceleration
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 23), end pos: (31, 24)
operator: core/NumberReplacer, occurrence: 12
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt( 3 * GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 23), end pos: (31, 24)
operator: core/NumberReplacer, occurrence: 13
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt( 1 * GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (32, 20), end pos: (32, 22)
operator: core/NumberReplacer, occurrence: 14
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -29,7 +29,7 @@ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) -TERMINAL_VELOCITY = 50 +TERMINAL_VELOCITY = 51 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (32, 20), end pos: (32, 22)
operator: core/NumberReplacer, occurrence: 15
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -29,7 +29,7 @@ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) -TERMINAL_VELOCITY = 50 +TERMINAL_VELOCITY = 49 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (34, 16), end pos: (34, 17)
operator: core/NumberReplacer, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -31,7 +31,7 @@
JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
TERMINAL_VELOCITY = 50
-PLAYER_HEIGHT = 2
+PLAYER_HEIGHT = 3
if sys.version_info[0] >= 3:
xrange = rangeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (34, 16), end pos: (34, 17)
operator: core/NumberReplacer, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -31,7 +31,7 @@
JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
TERMINAL_VELOCITY = 50
-PLAYER_HEIGHT = 2
+PLAYER_HEIGHT = 1
if sys.version_info[0] >= 3:
xrange = rangeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (36, 20), end pos: (36, 21)
operator: core/NumberReplacer, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -33,7 +33,7 @@
PLAYER_HEIGHT = 2
-if sys.version_info[0] >= 3:
+if sys.version_info[ 1] >= 3:
xrange = range
def cube_vertices(x, y, z, n):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (36, 20), end pos: (36, 21)
operator: core/NumberReplacer, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -33,7 +33,7 @@
PLAYER_HEIGHT = 2
-if sys.version_info[0] >= 3:
+if sys.version_info[ -1] >= 3:
xrange = range
def cube_vertices(x, y, z, n):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (36, 26), end pos: (36, 27)
operator: core/NumberReplacer, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -33,7 +33,7 @@
PLAYER_HEIGHT = 2
-if sys.version_info[0] >= 3:
+if sys.version_info[0] >= 4:
xrange = range
def cube_vertices(x, y, z, n):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (36, 26), end pos: (36, 27)
operator: core/NumberReplacer, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -33,7 +33,7 @@
PLAYER_HEIGHT = 2
-if sys.version_info[0] >= 3:
+if sys.version_info[0] >= 2:
xrange = range
def cube_vertices(x, y, z, n):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (53, 22), end pos: (53, 23)
operator: core/NumberReplacer, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -50,7 +50,7 @@
]
-def tex_coord(x, y, n=4):
+def tex_coord(x, y, n= 5):
""" Return the bounding vertices of the texture square.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (53, 22), end pos: (53, 23)
operator: core/NumberReplacer, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -50,7 +50,7 @@
]
-def tex_coord(x, y, n=4):
+def tex_coord(x, y, n= 3):
""" Return the bounding vertices of the texture square.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 8), end pos: (57, 11)
operator: core/NumberReplacer, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 2.0 / n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 8), end pos: (57, 11)
operator: core/NumberReplacer, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 0.0 / n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 25), end pos: (73, 26)
operator: core/NumberReplacer, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side * 5)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 25), end pos: (73, 26)
operator: core/NumberReplacer, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side * 3)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 20), end pos: (79, 21)
operator: core/NumberReplacer, occurrence: 28
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords(( 2, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 20), end pos: (79, 21)
operator: core/NumberReplacer, occurrence: 29
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords(( 0, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 23), end pos: (79, 24)
operator: core/NumberReplacer, occurrence: 30
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 1), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 23), end pos: (79, 24)
operator: core/NumberReplacer, occurrence: 31
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, -1), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 28), end pos: (79, 29)
operator: core/NumberReplacer, occurrence: 32
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 0), ( 1, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 28), end pos: (79, 29)
operator: core/NumberReplacer, occurrence: 33
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 0), ( -1, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 31), end pos: (79, 32)
operator: core/NumberReplacer, occurrence: 34
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 0), (0, 2), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 31), end pos: (79, 32)
operator: core/NumberReplacer, occurrence: 35
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 0), (0, 0), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 36), end pos: (79, 37)
operator: core/NumberReplacer, occurrence: 36
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 0), (0, 1), ( 1, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 36), end pos: (79, 37)
operator: core/NumberReplacer, occurrence: 37
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 0), (0, 1), ( -1, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 39), end pos: (79, 40)
operator: core/NumberReplacer, occurrence: 38
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 0), (0, 1), (0, 1)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (79, 39), end pos: (79, 40)
operator: core/NumberReplacer, occurrence: 39
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -76,7 +76,7 @@ TEXTURE_PATH = 'texture.png' -GRASS = tex_coords((1, 0), (0, 1), (0, 0)) +GRASS = tex_coords((1, 0), (0, 1), (0, -1)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 19), end pos: (80, 20)
operator: core/NumberReplacer, occurrence: 40
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords(( 2, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 19), end pos: (80, 20)
operator: core/NumberReplacer, occurrence: 41
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords(( 0, 1), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 22), end pos: (80, 23)
operator: core/NumberReplacer, occurrence: 42
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 2), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 22), end pos: (80, 23)
operator: core/NumberReplacer, occurrence: 43
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 0), (1, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 27), end pos: (80, 28)
operator: core/NumberReplacer, occurrence: 44
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 1), ( 2, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 27), end pos: (80, 28)
operator: core/NumberReplacer, occurrence: 45
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 1), ( 0, 1), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 30), end pos: (80, 31)
operator: core/NumberReplacer, occurrence: 46
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 1), (1, 2), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 30), end pos: (80, 31)
operator: core/NumberReplacer, occurrence: 47
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 1), (1, 0), (1, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 35), end pos: (80, 36)
operator: core/NumberReplacer, occurrence: 48
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 1), (1, 1), ( 2, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 35), end pos: (80, 36)
operator: core/NumberReplacer, occurrence: 49
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 1), (1, 1), ( 0, 1)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 38), end pos: (80, 39)
operator: core/NumberReplacer, occurrence: 50
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 1), (1, 1), (1, 2)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (80, 38), end pos: (80, 39)
operator: core/NumberReplacer, occurrence: 51
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -77,7 +77,7 @@ TEXTURE_PATH = 'texture.png' GRASS = tex_coords((1, 0), (0, 1), (0, 0)) -SAND = tex_coords((1, 1), (1, 1), (1, 1)) +SAND = tex_coords((1, 1), (1, 1), (1, 0)) BRICK = tex_coords((2, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 20), end pos: (81, 21)
operator: core/NumberReplacer, occurrence: 52
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords(( 3, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 20), end pos: (81, 21)
operator: core/NumberReplacer, occurrence: 53
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords(( 1, 0), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 23), end pos: (81, 24)
operator: core/NumberReplacer, occurrence: 54
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 1), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 23), end pos: (81, 24)
operator: core/NumberReplacer, occurrence: 55
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, -1), (2, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 28), end pos: (81, 29)
operator: core/NumberReplacer, occurrence: 56
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 0), ( 3, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 28), end pos: (81, 29)
operator: core/NumberReplacer, occurrence: 57
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 0), ( 1, 0), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 31), end pos: (81, 32)
operator: core/NumberReplacer, occurrence: 58
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 0), (2, 1), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 31), end pos: (81, 32)
operator: core/NumberReplacer, occurrence: 59
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 0), (2, -1), (2, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 36), end pos: (81, 37)
operator: core/NumberReplacer, occurrence: 60
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 0), (2, 0), ( 3, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 36), end pos: (81, 37)
operator: core/NumberReplacer, occurrence: 61
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 0), (2, 0), ( 1, 0)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 39), end pos: (81, 40)
operator: core/NumberReplacer, occurrence: 62
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 0), (2, 0), (2, 1)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (81, 39), end pos: (81, 40)
operator: core/NumberReplacer, occurrence: 63
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -78,7 +78,7 @@ GRASS = tex_coords((1, 0), (0, 1), (0, 0)) SAND = tex_coords((1, 1), (1, 1), (1, 1)) -BRICK = tex_coords((2, 0), (2, 0), (2, 0)) +BRICK = tex_coords((2, 0), (2, 0), (2, -1)) STONE = tex_coords((2, 1), (2, 1), (2, 1)) FACES = [
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 20), end pos: (82, 21)
operator: core/NumberReplacer, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords(( 3, 1), (2, 1), (2, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 20), end pos: (82, 21)
operator: core/NumberReplacer, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords(( 1, 1), (2, 1), (2, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 23), end pos: (82, 24)
operator: core/NumberReplacer, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 2), (2, 1), (2, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 23), end pos: (82, 24)
operator: core/NumberReplacer, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 0), (2, 1), (2, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 28), end pos: (82, 29)
operator: core/NumberReplacer, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 1), ( 3, 1), (2, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 28), end pos: (82, 29)
operator: core/NumberReplacer, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 1), ( 1, 1), (2, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 31), end pos: (82, 32)
operator: core/NumberReplacer, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 1), (2, 2), (2, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 31), end pos: (82, 32)
operator: core/NumberReplacer, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 1), (2, 0), (2, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 36), end pos: (82, 37)
operator: core/NumberReplacer, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 1), (2, 1), ( 3, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 36), end pos: (82, 37)
operator: core/NumberReplacer, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 1), (2, 1), ( 1, 1))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 39), end pos: (82, 40)
operator: core/NumberReplacer, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 1), (2, 1), (2, 2))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (82, 39), end pos: (82, 40)
operator: core/NumberReplacer, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -79,7 +79,7 @@
GRASS = tex_coords((1, 0), (0, 1), (0, 0))
SAND = tex_coords((1, 1), (1, 1), (1, 1))
BRICK = tex_coords((2, 0), (2, 0), (2, 0))
-STONE = tex_coords((2, 1), (2, 1), (2, 1))
+STONE = tex_coords((2, 1), (2, 1), (2, 0))
FACES = [
( 0, 1, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (85, 6), end pos: (85, 7)
operator: core/NumberReplacer, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -82,7 +82,7 @@
STONE = tex_coords((2, 1), (2, 1), (2, 1))
FACES = [
- ( 0, 1, 0),
+ ( 1, 1, 0),
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (85, 6), end pos: (85, 7)
operator: core/NumberReplacer, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -82,7 +82,7 @@
STONE = tex_coords((2, 1), (2, 1), (2, 1))
FACES = [
- ( 0, 1, 0),
+ ( -1, 1, 0),
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (85, 9), end pos: (85, 10)
operator: core/NumberReplacer, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -82,7 +82,7 @@
STONE = tex_coords((2, 1), (2, 1), (2, 1))
FACES = [
- ( 0, 1, 0),
+ ( 0, 2, 0),
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (85, 9), end pos: (85, 10)
operator: core/NumberReplacer, occurrence: 79
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -82,7 +82,7 @@
STONE = tex_coords((2, 1), (2, 1), (2, 1))
FACES = [
- ( 0, 1, 0),
+ ( 0, 0, 0),
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (85, 12), end pos: (85, 13)
operator: core/NumberReplacer, occurrence: 80
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -82,7 +82,7 @@
STONE = tex_coords((2, 1), (2, 1), (2, 1))
FACES = [
- ( 0, 1, 0),
+ ( 0, 1, 1),
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (85, 12), end pos: (85, 13)
operator: core/NumberReplacer, occurrence: 81
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -82,7 +82,7 @@
STONE = tex_coords((2, 1), (2, 1), (2, 1))
FACES = [
- ( 0, 1, 0),
+ ( 0, 1, -1),
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 6), end pos: (86, 7)
operator: core/NumberReplacer, occurrence: 82
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 1,-1, 0),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 6), end pos: (86, 7)
operator: core/NumberReplacer, occurrence: 83
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( -1,-1, 0),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 9), end pos: (86, 10)
operator: core/NumberReplacer, occurrence: 84
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 0,- 2, 0),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 9), end pos: (86, 10)
operator: core/NumberReplacer, occurrence: 85
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 0,- 0, 0),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 12), end pos: (86, 13)
operator: core/NumberReplacer, occurrence: 86
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 0,-1, 1),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 12), end pos: (86, 13)
operator: core/NumberReplacer, occurrence: 87
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 0,-1, -1),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 6), end pos: (87, 7)
operator: core/NumberReplacer, occurrence: 88
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (- 2, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 6), end pos: (87, 7)
operator: core/NumberReplacer, occurrence: 89
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (- 0, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 9), end pos: (87, 10)
operator: core/NumberReplacer, occurrence: 90
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (-1, 1, 0),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 9), end pos: (87, 10)
operator: core/NumberReplacer, occurrence: 91
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (-1, -1, 0),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 12), end pos: (87, 13)
operator: core/NumberReplacer, occurrence: 92
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (-1, 0, 1),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 12), end pos: (87, 13)
operator: core/NumberReplacer, occurrence: 93
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (-1, 0, -1),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (88, 6), end pos: (88, 7)
operator: core/NumberReplacer, occurrence: 94
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -85,7 +85,7 @@
( 0, 1, 0),
( 0,-1, 0),
(-1, 0, 0),
- ( 1, 0, 0),
+ ( 2, 0, 0),
( 0, 0, 1),
( 0, 0,-1),
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (88, 6), end pos: (88, 7)
operator: core/NumberReplacer, occurrence: 95
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -85,7 +85,7 @@
( 0, 1, 0),
( 0,-1, 0),
(-1, 0, 0),
- ( 1, 0, 0),
+ ( 0, 0, 0),
( 0, 0, 1),
( 0, 0,-1),
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (88, 9), end pos: (88, 10)
operator: core/NumberReplacer, occurrence: 96
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -85,7 +85,7 @@
( 0, 1, 0),
( 0,-1, 0),
(-1, 0, 0),
- ( 1, 0, 0),
+ ( 1, 1, 0),
( 0, 0, 1),
( 0, 0,-1),
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (88, 9), end pos: (88, 10)
operator: core/NumberReplacer, occurrence: 97
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -85,7 +85,7 @@
( 0, 1, 0),
( 0,-1, 0),
(-1, 0, 0),
- ( 1, 0, 0),
+ ( 1, -1, 0),
( 0, 0, 1),
( 0, 0,-1),
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (88, 12), end pos: (88, 13)
operator: core/NumberReplacer, occurrence: 98
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -85,7 +85,7 @@
( 0, 1, 0),
( 0,-1, 0),
(-1, 0, 0),
- ( 1, 0, 0),
+ ( 1, 0, 1),
( 0, 0, 1),
( 0, 0,-1),
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (88, 12), end pos: (88, 13)
operator: core/NumberReplacer, occurrence: 99
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -85,7 +85,7 @@
( 0, 1, 0),
( 0,-1, 0),
(-1, 0, 0),
- ( 1, 0, 0),
+ ( 1, 0, -1),
( 0, 0, 1),
( 0, 0,-1),
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (89, 6), end pos: (89, 7)
operator: core/NumberReplacer, occurrence: 100
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -86,7 +86,7 @@
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),
- ( 0, 0, 1),
+ ( 1, 0, 1),
( 0, 0,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (89, 6), end pos: (89, 7)
operator: core/NumberReplacer, occurrence: 101
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -86,7 +86,7 @@
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),
- ( 0, 0, 1),
+ ( -1, 0, 1),
( 0, 0,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (89, 9), end pos: (89, 10)
operator: core/NumberReplacer, occurrence: 102
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -86,7 +86,7 @@
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),
- ( 0, 0, 1),
+ ( 0, 1, 1),
( 0, 0,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (89, 9), end pos: (89, 10)
operator: core/NumberReplacer, occurrence: 103
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -86,7 +86,7 @@
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),
- ( 0, 0, 1),
+ ( 0, -1, 1),
( 0, 0,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (89, 12), end pos: (89, 13)
operator: core/NumberReplacer, occurrence: 104
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -86,7 +86,7 @@
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),
- ( 0, 0, 1),
+ ( 0, 0, 2),
( 0, 0,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (89, 12), end pos: (89, 13)
operator: core/NumberReplacer, occurrence: 105
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -86,7 +86,7 @@
( 0,-1, 0),
(-1, 0, 0),
( 1, 0, 0),
- ( 0, 0, 1),
+ ( 0, 0, 0),
( 0, 0,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 6), end pos: (90, 7)
operator: core/NumberReplacer, occurrence: 106
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 1, 0,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 6), end pos: (90, 7)
operator: core/NumberReplacer, occurrence: 107
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( -1, 0,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 9), end pos: (90, 10)
operator: core/NumberReplacer, occurrence: 108
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 0, 1,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 9), end pos: (90, 10)
operator: core/NumberReplacer, occurrence: 109
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 0, -1,-1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 12), end pos: (90, 13)
operator: core/NumberReplacer, occurrence: 110
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 0, 0,- 2),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 12), end pos: (90, 13)
operator: core/NumberReplacer, occurrence: 111
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 0, 0,- 0),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (126, 15), end pos: (126, 16)
operator: core/NumberReplacer, occurrence: 112
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -123,7 +123,7 @@
"""
x, y, z = normalize(position)
x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
- return (x, 0, z)
+ return (x, 1, z)
class Model(object):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (126, 15), end pos: (126, 16)
operator: core/NumberReplacer, occurrence: 113
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -123,7 +123,7 @@
"""
x, y, z = normalize(position)
x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
- return (x, 0, z)
+ return (x, -1, z)
class Model(object):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (162, 12), end pos: (162, 14)
operator: core/NumberReplacer, occurrence: 114
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -159,7 +159,7 @@
""" Initialize the world by placing all the blocks.
"""
- n = 80 # 1/2 width and height of world
+ n = 81 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (162, 12), end pos: (162, 14)
operator: core/NumberReplacer, occurrence: 115
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -159,7 +159,7 @@
""" Initialize the world by placing all the blocks.
"""
- n = 80 # 1/2 width and height of world
+ n = 79 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (163, 12), end pos: (163, 13)
operator: core/NumberReplacer, occurrence: 116
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (163, 12), end pos: (163, 13)
operator: core/NumberReplacer, occurrence: 117
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (164, 12), end pos: (164, 13)
operator: core/NumberReplacer, occurrence: 118
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (164, 12), end pos: (164, 13)
operator: core/NumberReplacer, occurrence: 119
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (165, 32), end pos: (165, 33)
operator: core/NumberReplacer, occurrence: 120
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (165, 32), end pos: (165, 33)
operator: core/NumberReplacer, occurrence: 121
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (166, 36), end pos: (166, 37)
operator: core/NumberReplacer, occurrence: 122
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (166, 36), end pos: (166, 37)
operator: core/NumberReplacer, occurrence: 123
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (168, 39), end pos: (168, 40)
operator: core/NumberReplacer, occurrence: 124
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (168, 39), end pos: (168, 40)
operator: core/NumberReplacer, occurrence: 125
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (169, 39), end pos: (169, 40)
operator: core/NumberReplacer, occurrence: 126
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (169, 39), end pos: (169, 40)
operator: core/NumberReplacer, occurrence: 127
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (172, 38), end pos: (172, 39)
operator: core/NumberReplacer, occurrence: 128
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (172, 38), end pos: (172, 39)
operator: core/NumberReplacer, occurrence: 129
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (172, 41), end pos: (172, 42)
operator: core/NumberReplacer, occurrence: 130
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (172, 41), end pos: (172, 42)
operator: core/NumberReplacer, occurrence: 131
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (176, 16), end pos: (176, 18)
operator: core/NumberReplacer, occurrence: 132
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (176, 16), end pos: (176, 18)
operator: core/NumberReplacer, occurrence: 133
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (177, 24), end pos: (177, 27)
operator: core/NumberReplacer, occurrence: 134
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (177, 24), end pos: (177, 27)
operator: core/NumberReplacer, occurrence: 135
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (180, 17), end pos: (180, 18)
operator: core/NumberReplacer, occurrence: 136
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (180, 17), end pos: (180, 18)
operator: core/NumberReplacer, occurrence: 137
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (181, 31), end pos: (181, 32)
operator: core/NumberReplacer, occurrence: 138
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (181, 31), end pos: (181, 32)
operator: core/NumberReplacer, occurrence: 139
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (181, 34), end pos: (181, 35)
operator: core/NumberReplacer, occurrence: 140
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (181, 34), end pos: (181, 35)
operator: core/NumberReplacer, occurrence: 141
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (182, 31), end pos: (182, 32)
operator: core/NumberReplacer, occurrence: 142
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (182, 31), end pos: (182, 32)
operator: core/NumberReplacer, occurrence: 143
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (182, 34), end pos: (182, 35)
operator: core/NumberReplacer, occurrence: 144
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (182, 34), end pos: (182, 35)
operator: core/NumberReplacer, occurrence: 145
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (183, 16), end pos: (183, 17)
operator: core/NumberReplacer, occurrence: 146
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (183, 16), end pos: (183, 17)
operator: core/NumberReplacer, occurrence: 147
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (186, 47), end pos: (186, 48)
operator: core/NumberReplacer, occurrence: 148
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (186, 47), end pos: (186, 48)
operator: core/NumberReplacer, occurrence: 149
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (187, 51), end pos: (187, 52)
operator: core/NumberReplacer, occurrence: 150
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (187, 51), end pos: (187, 52)
operator: core/NumberReplacer, occurrence: 151
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 38), end pos: (188, 39)
operator: core/NumberReplacer, occurrence: 152
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 38), end pos: (188, 39)
operator: core/NumberReplacer, occurrence: 153
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 53), end pos: (188, 54)
operator: core/NumberReplacer, occurrence: 154
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 53), end pos: (188, 54)
operator: core/NumberReplacer, occurrence: 155
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 62), end pos: (188, 63)
operator: core/NumberReplacer, occurrence: 156
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 62), end pos: (188, 63)
operator: core/NumberReplacer, occurrence: 157
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 68), end pos: (188, 69)
operator: core/NumberReplacer, occurrence: 158
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 68), end pos: (188, 69)
operator: core/NumberReplacer, occurrence: 159
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 32), end pos: (190, 33)
operator: core/NumberReplacer, occurrence: 160
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 32), end pos: (190, 33)
operator: core/NumberReplacer, occurrence: 161
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 38), end pos: (190, 39)
operator: core/NumberReplacer, occurrence: 162
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 38), end pos: (190, 39)
operator: core/NumberReplacer, occurrence: 163
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 47), end pos: (190, 48)
operator: core/NumberReplacer, occurrence: 164
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 47), end pos: (190, 48)
operator: core/NumberReplacer, occurrence: 165
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 53), end pos: (190, 54)
operator: core/NumberReplacer, occurrence: 166
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 53), end pos: (190, 54)
operator: core/NumberReplacer, occurrence: 167
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 57), end pos: (190, 58)
operator: core/NumberReplacer, occurrence: 168
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 57), end pos: (190, 58)
operator: core/NumberReplacer, occurrence: 169
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 62), end pos: (190, 63)
operator: core/NumberReplacer, occurrence: 170
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 62), end pos: (190, 63)
operator: core/NumberReplacer, occurrence: 171
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (195, 54), end pos: (195, 55)
operator: core/NumberReplacer, occurrence: 172
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (195, 54), end pos: (195, 55)
operator: core/NumberReplacer, occurrence: 173
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (210, 12), end pos: (210, 13)
operator: core/NumberReplacer, occurrence: 174
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (210, 12), end pos: (210, 13)
operator: core/NumberReplacer, occurrence: 175
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (325, 45), end pos: (325, 48)
operator: core/NumberReplacer, occurrence: 176
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (325, 45), end pos: (325, 48)
operator: core/NumberReplacer, occurrence: 177
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (329, 47), end pos: (329, 49)
operator: core/NumberReplacer, occurrence: 178
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (329, 47), end pos: (329, 49)
operator: core/NumberReplacer, occurrence: 179
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (383, 14), end pos: (383, 15)
operator: core/NumberReplacer, occurrence: 180
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (383, 14), end pos: (383, 15)
operator: core/NumberReplacer, occurrence: 181
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (384, 37), end pos: (384, 38)
operator: core/NumberReplacer, occurrence: 182
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (384, 37), end pos: (384, 38)
operator: core/NumberReplacer, occurrence: 183
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (385, 23), end pos: (385, 24)
operator: core/NumberReplacer, occurrence: 184
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (385, 23), end pos: (385, 24)
operator: core/NumberReplacer, occurrence: 185
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (386, 45), end pos: (386, 46)
operator: core/NumberReplacer, occurrence: 186
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (386, 45), end pos: (386, 46)
operator: core/NumberReplacer, occurrence: 187
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 29), end pos: (387, 30)
operator: core/NumberReplacer, occurrence: 188
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 29), end pos: (387, 30)
operator: core/NumberReplacer, occurrence: 189
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 39), end pos: (387, 40)
operator: core/NumberReplacer, occurrence: 190
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 39), end pos: (387, 40)
operator: core/NumberReplacer, occurrence: 191
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 49), end pos: (387, 50)
operator: core/NumberReplacer, occurrence: 192
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 49), end pos: (387, 50)
operator: core/NumberReplacer, occurrence: 193
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 60), end pos: (387, 61)
operator: core/NumberReplacer, occurrence: 194
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 60), end pos: (387, 61)
operator: core/NumberReplacer, occurrence: 195
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 66), end pos: (387, 67)
operator: core/NumberReplacer, occurrence: 196
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 66), end pos: (387, 67)
operator: core/NumberReplacer, occurrence: 197
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (423, 52), end pos: (423, 55)
operator: core/NumberReplacer, occurrence: 198
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (423, 52), end pos: (423, 55)
operator: core/NumberReplacer, occurrence: 199
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (451, 23), end pos: (451, 24)
operator: core/NumberReplacer, occurrence: 200
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (451, 23), end pos: (451, 24)
operator: core/NumberReplacer, occurrence: 201
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (451, 26), end pos: (451, 27)
operator: core/NumberReplacer, occurrence: 202
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (451, 26), end pos: (451, 27)
operator: core/NumberReplacer, occurrence: 203
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (455, 25), end pos: (455, 26)
operator: core/NumberReplacer, occurrence: 204
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (455, 25), end pos: (455, 26)
operator: core/NumberReplacer, occurrence: 205
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (455, 28), end pos: (455, 29)
operator: core/NumberReplacer, occurrence: 206
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (455, 28), end pos: (455, 29)
operator: core/NumberReplacer, occurrence: 207
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (455, 31), end pos: (455, 32)
operator: core/NumberReplacer, occurrence: 208
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (455, 31), end pos: (455, 32)
operator: core/NumberReplacer, occurrence: 209
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (463, 25), end pos: (463, 26)
operator: core/NumberReplacer, occurrence: 210
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (463, 25), end pos: (463, 26)
operator: core/NumberReplacer, occurrence: 211
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (463, 28), end pos: (463, 29)
operator: core/NumberReplacer, occurrence: 212
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (463, 28), end pos: (463, 29)
operator: core/NumberReplacer, occurrence: 213
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (472, 18), end pos: (472, 19)
operator: core/NumberReplacer, occurrence: 214
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (472, 18), end pos: (472, 19)
operator: core/NumberReplacer, occurrence: 215
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (478, 36), end pos: (478, 37)
operator: core/NumberReplacer, occurrence: 216
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (478, 36), end pos: (478, 37)
operator: core/NumberReplacer, occurrence: 217
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (489, 72), end pos: (489, 74)
operator: core/NumberReplacer, occurrence: 218
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (489, 72), end pos: (489, 74)
operator: core/NumberReplacer, occurrence: 219
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (490, 14), end pos: (490, 16)
operator: core/NumberReplacer, occurrence: 220
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (490, 14), end pos: (490, 16)
operator: core/NumberReplacer, occurrence: 221
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (490, 34), end pos: (490, 36)
operator: core/NumberReplacer, occurrence: 222
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (490, 34), end pos: (490, 36)
operator: core/NumberReplacer, occurrence: 223
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (491, 19), end pos: (491, 20)
operator: core/NumberReplacer, occurrence: 224
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (491, 19), end pos: (491, 20)
operator: core/NumberReplacer, occurrence: 225
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (491, 22), end pos: (491, 23)
operator: core/NumberReplacer, occurrence: 226
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (491, 22), end pos: (491, 23)
operator: core/NumberReplacer, occurrence: 227
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (491, 25), end pos: (491, 26)
operator: core/NumberReplacer, occurrence: 228
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (491, 25), end pos: (491, 26)
operator: core/NumberReplacer, occurrence: 229
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (491, 28), end pos: (491, 31)
operator: core/NumberReplacer, occurrence: 230
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (491, 28), end pos: (491, 31)
operator: core/NumberReplacer, occurrence: 231
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (495, 52), end pos: (495, 55)
operator: core/NumberReplacer, occurrence: 232
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (495, 52), end pos: (495, 55)
operator: core/NumberReplacer, occurrence: 233
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (518, 39), end pos: (518, 41)
operator: core/NumberReplacer, occurrence: 234
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (518, 39), end pos: (518, 41)
operator: core/NumberReplacer, occurrence: 235
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (519, 39), end pos: (519, 41)
operator: core/NumberReplacer, occurrence: 236
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (519, 39), end pos: (519, 41)
operator: core/NumberReplacer, occurrence: 237
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (540, 31), end pos: (540, 32)
operator: core/NumberReplacer, occurrence: 238
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (540, 31), end pos: (540, 32)
operator: core/NumberReplacer, occurrence: 239
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (542, 25), end pos: (542, 28)
operator: core/NumberReplacer, occurrence: 240
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (542, 25), end pos: (542, 28)
operator: core/NumberReplacer, occurrence: 241
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (543, 24), end pos: (543, 25)
operator: core/NumberReplacer, occurrence: 242
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (543, 24), end pos: (543, 25)
operator: core/NumberReplacer, occurrence: 243
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (544, 31), end pos: (544, 32)
operator: core/NumberReplacer, occurrence: 244
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (544, 31), end pos: (544, 32)
operator: core/NumberReplacer, occurrence: 245
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (544, 36), end pos: (544, 37)
operator: core/NumberReplacer, occurrence: 246
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (544, 36), end pos: (544, 37)
operator: core/NumberReplacer, occurrence: 247
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (546, 27), end pos: (546, 28)
operator: core/NumberReplacer, occurrence: 248
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (546, 27), end pos: (546, 28)
operator: core/NumberReplacer, occurrence: 249
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (552, 21), end pos: (552, 24)
operator: core/NumberReplacer, occurrence: 250
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (552, 21), end pos: (552, 24)
operator: core/NumberReplacer, occurrence: 251
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (556, 17), end pos: (556, 20)
operator: core/NumberReplacer, occurrence: 252
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (556, 17), end pos: (556, 20)
operator: core/NumberReplacer, occurrence: 253
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (557, 17), end pos: (557, 20)
operator: core/NumberReplacer, occurrence: 254
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (557, 17), end pos: (557, 20)
operator: core/NumberReplacer, occurrence: 255
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (558, 17), end pos: (558, 20)
operator: core/NumberReplacer, occurrence: 256
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (558, 17), end pos: (558, 20)
operator: core/NumberReplacer, occurrence: 257
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (578, 12), end pos: (578, 13)
operator: core/NumberReplacer, occurrence: 258
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (578, 12), end pos: (578, 13)
operator: core/NumberReplacer, occurrence: 259
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (579, 21), end pos: (579, 24)
operator: core/NumberReplacer, occurrence: 260
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (579, 21), end pos: (579, 24)
operator: core/NumberReplacer, occurrence: 261
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (633, 14), end pos: (633, 18)
operator: core/NumberReplacer, occurrence: 262
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (633, 14), end pos: (633, 18)
operator: core/NumberReplacer, occurrence: 263
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (637, 28), end pos: (637, 29)
operator: core/NumberReplacer, occurrence: 264
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (637, 28), end pos: (637, 29)
operator: core/NumberReplacer, occurrence: 265
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (646, 23), end pos: (646, 24)
operator: core/NumberReplacer, occurrence: 266
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (646, 23), end pos: (646, 24)
operator: core/NumberReplacer, occurrence: 267
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 32), end pos: (651, 33)
operator: core/NumberReplacer, occurrence: 268
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 32), end pos: (651, 33)
operator: core/NumberReplacer, occurrence: 269
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 36), end pos: (651, 37)
operator: core/NumberReplacer, occurrence: 270
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 36), end pos: (651, 37)
operator: core/NumberReplacer, occurrence: 271
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 39), end pos: (651, 40)
operator: core/NumberReplacer, occurrence: 272
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 39), end pos: (651, 40)
operator: core/NumberReplacer, occurrence: 273
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 54), end pos: (651, 55)
operator: core/NumberReplacer, occurrence: 274
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 54), end pos: (651, 55)
operator: core/NumberReplacer, occurrence: 275
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 57), end pos: (651, 58)
operator: core/NumberReplacer, occurrence: 276
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 57), end pos: (651, 58)
operator: core/NumberReplacer, occurrence: 277
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 60), end pos: (651, 61)
operator: core/NumberReplacer, occurrence: 278
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 60), end pos: (651, 61)
operator: core/NumberReplacer, occurrence: 279
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (654, 34), end pos: (654, 35)
operator: core/NumberReplacer, occurrence: 280
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (654, 34), end pos: (654, 35)
operator: core/NumberReplacer, occurrence: 281
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (703, 16), end pos: (703, 20)
operator: core/NumberReplacer, occurrence: 282
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (703, 16), end pos: (703, 20)
operator: core/NumberReplacer, occurrence: 283
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (706, 21), end pos: (706, 23)
operator: core/NumberReplacer, occurrence: 284
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (706, 21), end pos: (706, 23)
operator: core/NumberReplacer, occurrence: 285
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (706, 29), end pos: (706, 31)
operator: core/NumberReplacer, occurrence: 286
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (706, 29), end pos: (706, 31)
operator: core/NumberReplacer, occurrence: 287
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (722, 24), end pos: (722, 25)
operator: core/NumberReplacer, occurrence: 288
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (722, 24), end pos: (722, 25)
operator: core/NumberReplacer, occurrence: 289
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (722, 30), end pos: (722, 31)
operator: core/NumberReplacer, occurrence: 290
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (722, 30), end pos: (722, 31)
operator: core/NumberReplacer, occurrence: 291
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (724, 24), end pos: (724, 25)
operator: core/NumberReplacer, occurrence: 292
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (724, 24), end pos: (724, 25)
operator: core/NumberReplacer, occurrence: 293
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (724, 30), end pos: (724, 31)
operator: core/NumberReplacer, occurrence: 294
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (724, 30), end pos: (724, 31)
operator: core/NumberReplacer, occurrence: 295
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (726, 24), end pos: (726, 25)
operator: core/NumberReplacer, occurrence: 296
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (726, 24), end pos: (726, 25)
operator: core/NumberReplacer, occurrence: 297
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (726, 30), end pos: (726, 31)
operator: core/NumberReplacer, occurrence: 298
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (726, 30), end pos: (726, 31)
operator: core/NumberReplacer, occurrence: 299
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (728, 24), end pos: (728, 25)
operator: core/NumberReplacer, occurrence: 300
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (728, 24), end pos: (728, 25)
operator: core/NumberReplacer, occurrence: 301
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (728, 30), end pos: (728, 31)
operator: core/NumberReplacer, occurrence: 302
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (728, 30), end pos: (728, 31)
operator: core/NumberReplacer, occurrence: 303
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (730, 26), end pos: (730, 27)
operator: core/NumberReplacer, occurrence: 304
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (730, 26), end pos: (730, 27)
operator: core/NumberReplacer, occurrence: 305
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (737, 44), end pos: (737, 45)
operator: core/NumberReplacer, occurrence: 306
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (737, 44), end pos: (737, 45)
operator: core/NumberReplacer, occurrence: 307
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (753, 24), end pos: (753, 25)
operator: core/NumberReplacer, occurrence: 308
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (753, 24), end pos: (753, 25)
operator: core/NumberReplacer, occurrence: 309
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (753, 30), end pos: (753, 31)
operator: core/NumberReplacer, occurrence: 310
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (753, 30), end pos: (753, 31)
operator: core/NumberReplacer, occurrence: 311
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (755, 24), end pos: (755, 25)
operator: core/NumberReplacer, occurrence: 312
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (755, 24), end pos: (755, 25)
operator: core/NumberReplacer, occurrence: 313
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (755, 30), end pos: (755, 31)
operator: core/NumberReplacer, occurrence: 314
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (755, 30), end pos: (755, 31)
operator: core/NumberReplacer, occurrence: 315
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (757, 24), end pos: (757, 25)
operator: core/NumberReplacer, occurrence: 316
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (757, 24), end pos: (757, 25)
operator: core/NumberReplacer, occurrence: 317
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (757, 30), end pos: (757, 31)
operator: core/NumberReplacer, occurrence: 318
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (757, 30), end pos: (757, 31)
operator: core/NumberReplacer, occurrence: 319
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (759, 24), end pos: (759, 25)
operator: core/NumberReplacer, occurrence: 320
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (759, 24), end pos: (759, 25)
operator: core/NumberReplacer, occurrence: 321
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (759, 30), end pos: (759, 31)
operator: core/NumberReplacer, occurrence: 322
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (759, 30), end pos: (759, 31)
operator: core/NumberReplacer, occurrence: 323
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (766, 32), end pos: (766, 34)
operator: core/NumberReplacer, occurrence: 324
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (766, 32), end pos: (766, 34)
operator: core/NumberReplacer, occurrence: 325
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 29), end pos: (770, 30)
operator: core/NumberReplacer, occurrence: 326
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 29), end pos: (770, 30)
operator: core/NumberReplacer, occurrence: 327
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 47), end pos: (770, 48)
operator: core/NumberReplacer, occurrence: 328
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 47), end pos: (770, 48)
operator: core/NumberReplacer, occurrence: 329
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (771, 12), end pos: (771, 14)
operator: core/NumberReplacer, occurrence: 330
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (771, 12), end pos: (771, 14)
operator: core/NumberReplacer, occurrence: 331
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (772, 51), end pos: (772, 52)
operator: core/NumberReplacer, occurrence: 332
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (772, 51), end pos: (772, 52)
operator: core/NumberReplacer, occurrence: 333
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (782, 19), end pos: (782, 20)
operator: core/NumberReplacer, occurrence: 334
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (782, 19), end pos: (782, 20)
operator: core/NumberReplacer, occurrence: 335
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (782, 22), end pos: (782, 23)
operator: core/NumberReplacer, occurrence: 336
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (782, 22), end pos: (782, 23)
operator: core/NumberReplacer, occurrence: 337
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (785, 16), end pos: (785, 17)
operator: core/NumberReplacer, occurrence: 338
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (785, 16), end pos: (785, 17)
operator: core/NumberReplacer, occurrence: 339
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (785, 26), end pos: (785, 27)
operator: core/NumberReplacer, occurrence: 340
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (785, 26), end pos: (785, 27)
operator: core/NumberReplacer, occurrence: 341
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (785, 38), end pos: (785, 39)
operator: core/NumberReplacer, occurrence: 342
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (785, 38), end pos: (785, 39)
operator: core/NumberReplacer, occurrence: 343
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (785, 41), end pos: (785, 42)
operator: core/NumberReplacer, occurrence: 344
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (785, 41), end pos: (785, 42)
operator: core/NumberReplacer, occurrence: 345
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (795, 19), end pos: (795, 20)
operator: core/NumberReplacer, occurrence: 346
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (795, 19), end pos: (795, 20)
operator: core/NumberReplacer, occurrence: 347
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (795, 22), end pos: (795, 23)
operator: core/NumberReplacer, occurrence: 348
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (795, 22), end pos: (795, 23)
operator: core/NumberReplacer, occurrence: 349
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (798, 23), end pos: (798, 27)
operator: core/NumberReplacer, occurrence: 350
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (798, 23), end pos: (798, 27)
operator: core/NumberReplacer, occurrence: 351
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (798, 52), end pos: (798, 55)
operator: core/NumberReplacer, occurrence: 352
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (798, 52), end pos: (798, 55)
operator: core/NumberReplacer, occurrence: 353
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (798, 57), end pos: (798, 61)
operator: core/NumberReplacer, occurrence: 354
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (798, 57), end pos: (798, 61)
operator: core/NumberReplacer, occurrence: 355
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (802, 21), end pos: (802, 22)
operator: core/NumberReplacer, occurrence: 356
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (802, 21), end pos: (802, 22)
operator: core/NumberReplacer, occurrence: 357
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (802, 24), end pos: (802, 25)
operator: core/NumberReplacer, occurrence: 358
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (802, 24), end pos: (802, 25)
operator: core/NumberReplacer, occurrence: 359
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (802, 27), end pos: (802, 28)
operator: core/NumberReplacer, occurrence: 360
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (802, 27), end pos: (802, 28)
operator: core/NumberReplacer, occurrence: 361
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (803, 49), end pos: (803, 50)
operator: core/NumberReplacer, occurrence: 362
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (803, 49), end pos: (803, 50)
operator: core/NumberReplacer, occurrence: 363
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (813, 18), end pos: (813, 19)
operator: core/NumberReplacer, occurrence: 364
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (813, 18), end pos: (813, 19)
operator: core/NumberReplacer, occurrence: 365
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (813, 21), end pos: (813, 22)
operator: core/NumberReplacer, occurrence: 366
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (813, 21), end pos: (813, 22)
operator: core/NumberReplacer, occurrence: 367
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (813, 24), end pos: (813, 25)
operator: core/NumberReplacer, occurrence: 368
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (813, 24), end pos: (813, 25)
operator: core/NumberReplacer, occurrence: 369
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (826, 59), end pos: (826, 60)
operator: core/NumberReplacer, occurrence: 370
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (826, 59), end pos: (826, 60)
operator: core/NumberReplacer, occurrence: 371
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (829, 49), end pos: (829, 53)
operator: core/NumberReplacer, occurrence: 372
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (829, 49), end pos: (829, 53)
operator: core/NumberReplacer, occurrence: 373
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (830, 22), end pos: (830, 23)
operator: core/NumberReplacer, occurrence: 374
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (830, 22), end pos: (830, 23)
operator: core/NumberReplacer, occurrence: 375
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (830, 25), end pos: (830, 26)
operator: core/NumberReplacer, occurrence: 376
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (830, 25), end pos: (830, 26)
operator: core/NumberReplacer, occurrence: 377
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (830, 28), end pos: (830, 29)
operator: core/NumberReplacer, occurrence: 378
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (830, 28), end pos: (830, 29)
operator: core/NumberReplacer, occurrence: 379
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (832, 33), end pos: (832, 35)
operator: core/NumberReplacer, occurrence: 380
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (832, 33), end pos: (832, 35)
operator: core/NumberReplacer, occurrence: 381
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (849, 18), end pos: (849, 19)
operator: core/NumberReplacer, occurrence: 382
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (849, 18), end pos: (849, 19)
operator: core/NumberReplacer, occurrence: 383
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (849, 21), end pos: (849, 22)
operator: core/NumberReplacer, occurrence: 384
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (849, 21), end pos: (849, 22)
operator: core/NumberReplacer, occurrence: 385
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (849, 24), end pos: (849, 25)
operator: core/NumberReplacer, occurrence: 386
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (849, 24), end pos: (849, 25)
operator: core/NumberReplacer, occurrence: 387
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 37), end pos: (861, 38)
operator: core/NumberReplacer, occurrence: 388
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 37), end pos: (861, 38)
operator: core/NumberReplacer, occurrence: 389
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 40), end pos: (861, 43)
operator: core/NumberReplacer, occurrence: 390
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 40), end pos: (861, 43)
operator: core/NumberReplacer, occurrence: 391
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 45), end pos: (861, 49)
operator: core/NumberReplacer, occurrence: 392
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 45), end pos: (861, 49)
operator: core/NumberReplacer, occurrence: 393
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 51), end pos: (861, 54)
operator: core/NumberReplacer, occurrence: 394
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 51), end pos: (861, 54)
operator: core/NumberReplacer, occurrence: 395
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 56), end pos: (861, 57)
operator: core/NumberReplacer, occurrence: 396
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 56), end pos: (861, 57)
operator: core/NumberReplacer, occurrence: 397
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (868, 25), end pos: (868, 29)
operator: core/NumberReplacer, occurrence: 398
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (868, 25), end pos: (868, 29)
operator: core/NumberReplacer, occurrence: 399
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (869, 23), end pos: (869, 27)
operator: core/NumberReplacer, occurrence: 400
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (869, 23), end pos: (869, 27)
operator: core/NumberReplacer, occurrence: 401
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (877, 17), end pos: (877, 20)
operator: core/NumberReplacer, occurrence: 402
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (877, 17), end pos: (877, 20)
operator: core/NumberReplacer, occurrence: 403
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (877, 22), end pos: (877, 26)
operator: core/NumberReplacer, occurrence: 404
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (877, 22), end pos: (877, 26)
operator: core/NumberReplacer, occurrence: 405
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (877, 28), end pos: (877, 31)
operator: core/NumberReplacer, occurrence: 406
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (877, 28), end pos: (877, 31)
operator: core/NumberReplacer, occurrence: 407
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (877, 33), end pos: (877, 34)
operator: core/NumberReplacer, occurrence: 408
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (877, 33), end pos: (877, 34)
operator: core/NumberReplacer, occurrence: 409
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (892, 26), end pos: (892, 29)
operator: core/NumberReplacer, occurrence: 410
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (892, 26), end pos: (892, 29)
operator: core/NumberReplacer, occurrence: 411
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (892, 38), end pos: (892, 41)
operator: core/NumberReplacer, occurrence: 412
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (892, 38), end pos: (892, 41)
operator: core/NumberReplacer, occurrence: 413
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Sub, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 7
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 8
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 9
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 10
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 11
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Add, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Add, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 7
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 8
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 9
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 10
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 11
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 12
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 13
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 14
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 15
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 16
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 17
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 18
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 19
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 20
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 21
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 22
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 23
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 24
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 25
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 26
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 27
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 28
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 29
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_LShift, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_LShift, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 7
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 8
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 9
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 10
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 11
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 12
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 13
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 14
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 15
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 16
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 17
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 1
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z >> SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width >> 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width // 2, self.height >> 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import ** from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 ** GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY ** MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x ** m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y ** m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(**top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(**bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(**side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side ** 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance ** m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, **args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(**args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, **args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(**args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) ** m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) ** m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -531,7 +531,7 @@
"""
if any(self.strafe):
x, y = self.rotation
- strafe = math.degrees(math.atan2(*self.strafe))
+ strafe = math.degrees(math.atan2(**self.strafe))
y_angle = math.radians(y)
x_angle = math.radians(x + strafe)
if self.flying:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -546,7 +546,7 @@
dy *= -1
# When you are flying up or down, you have less left and right
# motion.
- dx = math.cos(x_angle) * m
+ dx = math.cos(x_angle) ** m
dz = math.sin(x_angle) * m
else:
dy = 0.0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -547,7 +547,7 @@
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * m
- dz = math.sin(x_angle) * m
+ dz = math.sin(x_angle) ** m
else:
dy = 0.0
dx = math.cos(x_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -592,7 +592,7 @@
"""
# walking
speed = FLYING_SPEED if self.flying else WALKING_SPEED
- d = dt * speed # distance covered this tick.
+ d = dt ** speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * dTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx ** d, dy * d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy ** d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz ** d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt ** GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy ** dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) ** face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) ** face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx ** m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy ** m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat ** 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face is (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, -1, 0) or face is (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -675,7 +675,7 @@
if self.exclusive:
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
- if (button == mouse.RIGHT) or \
+ if (button is mouse.RIGHT) or \
((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button is mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -680,7 +680,7 @@
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)
- elif button == pyglet.window.mouse.LEFT and block:
+ elif button is pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
if texture != STONE:
self.model.remove_block(block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -718,7 +718,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol is key.W:
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -720,7 +720,7 @@
"""
if symbol == key.W:
self.strafe[0] -= 1
- elif symbol == key.S:
+ elif symbol is key.S:
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -722,7 +722,7 @@
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1
- elif symbol == key.A:
+ elif symbol is key.A:
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -724,7 +724,7 @@
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1
- elif symbol == key.D:
+ elif symbol is key.D:
self.strafe[1] += 1
elif symbol == key.SPACE:
if self.dy == 0:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -726,7 +726,7 @@
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1
- elif symbol == key.SPACE:
+ elif symbol is key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -729,7 +729,7 @@
elif symbol == key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
- elif symbol == key.ESCAPE:
+ elif symbol is key.ESCAPE:
self.set_exclusive_mouse(False)
elif symbol == key.TAB:
self.flying = not self.flyingTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -731,7 +731,7 @@
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)
- elif symbol == key.TAB:
+ elif symbol is key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
index = (symbol - self.num_keys[0]) % len(self.inventory)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -749,7 +749,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol is key.W:
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -751,7 +751,7 @@
"""
if symbol == key.W:
self.strafe[0] += 1
- elif symbol == key.S:
+ elif symbol is key.S:
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -753,7 +753,7 @@
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1
- elif symbol == key.A:
+ elif symbol is key.A:
self.strafe[1] += 1
elif symbol == key.D:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -755,7 +755,7 @@
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1
- elif symbol == key.D:
+ elif symbol is key.D:
self.strafe[1] -= 1
def on_resize(self, width, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -896,7 +896,7 @@
pyglet.app.run()
-if __name__ == '__main__':
+if __name__ is '__main__':
main()
)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_GtE, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 >= (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_GtE, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 >= (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_GtE, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -541,7 +541,7 @@
# Moving left or right.
dy = 0.0
m = 1
- if self.strafe[0] > 0:
+ if self.strafe[0] >= 0:
# Moving backwards.
dy *= -1
# When you are flying up or down, you have less left and rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Div, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol - self.num_keys[0]) / len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Div, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -837,7 +837,7 @@
"""
x, y, z = self.position
- self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
+ self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' / (
pyglet.clock.get_fps(), x, y, z,
len(self.model._shown), len(self.model.world))
self.label.draw()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x * SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y * SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z * SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width * 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width // 2, self.height * 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y-n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y-n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z-n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x-n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y-n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z-n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x-n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y-n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x-n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x-n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z-n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z-n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y-n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z-n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y-n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x-n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z-n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x-n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y-n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x-n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y-n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z-n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z-n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x-n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y-n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z-n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y-n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z-n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x-n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y-n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x-n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y-n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx - m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx - m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy - m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy - m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n - 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n - 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y - dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c - h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a - s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s - 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b - s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s - 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 - (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s - 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 - (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x - dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y - dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z - dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x - dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y - dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z - dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x - dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y - dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z - dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad - 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad - 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 - dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 - dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad - 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x - dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y - dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z - dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x - dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y - dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z - dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x - strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x - dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y - dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z - dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x - dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y - dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x - n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y - n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y>>n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y>>n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z>>n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x>>n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y>>n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z>>n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x>>n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y>>n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x>>n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x>>n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z>>n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z>>n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z>>n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y>>n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z>>n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y>>n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x>>n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z>>n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x>>n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x>>n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y>>n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x>>n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y>>n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z>>n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z>>n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x>>n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z>>n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x>>n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y>>n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z>>n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y>>n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z>>n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x>>n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y>>n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x>>n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y>>n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx >> m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx >> m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy >> m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy >> m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n >> 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n >> 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y >> dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c >> h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a >> s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s >> 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b >> s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s >> 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 >> (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s >> 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 >> (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x >> dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y >> dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z >> dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x >> dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y >> dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z >> dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x >> dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y >> dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z >> dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad >> 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad >> 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 >> dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 >> dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad >> 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x >> dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y >> dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z >> dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x >> dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y >> dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z >> dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x >> strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x >> dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y >> dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z >> dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x >> dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y >> dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x >> n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y >> n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 // n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx // m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy // m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz // m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 // TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 // TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt // m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width // float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_GtE, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 >= 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_GtE, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start >= 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_GtE, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -639,7 +639,7 @@
continue
# How much overlap you have with this dimension.
d = (p[i] - np[i]) * face[i]
- if d < pad:
+ if d >= pad:
continue
for dy in xrange(height): # check each height
op = list(np)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y*n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y*n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z*n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x*n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y*n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z*n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x*n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y*n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x*n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x*n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z*n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z*n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z*n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y*n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z*n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y*n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x*n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z*n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x*n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x*n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y*n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x*n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y*n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z*n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z*n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x*n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z*n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x*n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y*n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z*n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y*n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z*n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x*n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y*n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x*n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y*n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx * m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx * m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy * m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy * m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n * 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n * 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y * dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c * h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a * s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s * 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b * s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s * 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 * (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s * 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 * (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x * dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y * dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z * dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x * dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y * dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z * dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x * dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y * dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z * dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad * 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad * 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 * dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 * dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad * 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x * dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y * dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z * dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x * dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y * dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z * dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x * strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x * dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y * dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z * dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x * dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y * dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x * n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y * n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 8), end pos: (86, 9)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 0,not 1, 0),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 5), end pos: (87, 6)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (not 1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 11), end pos: (90, 12)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 0, 0,not 1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 24), end pos: (165, 25)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(not n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 28), end pos: (166, 29)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(not n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 25), end pos: (170, 26)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -167,7 +167,7 @@
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
- if x in (n, n) or z in (-n, n):
+ if x in (n, n) or z in (not n, n):
# create outer walls.
for dy in xrange(-2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 41), end pos: (170, 42)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -169,7 +169,7 @@
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
- for dy in xrange(-2, 3):
+ for dy in xrange(not 2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomlyTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (172, 37), end pos: (172, 38)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -175,7 +175,7 @@
# generate the hills randomly
o = n - 10
for _ in xrange(120):
- a = random.randint(-o, o) # x position of the hill
+ a = random.randint(not o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
c = -1 # base of the hill
h = random.randint(1, 6) # height of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (178, 31), end pos: (178, 32)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -176,7 +176,7 @@
o = n - 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
- b = random.randint(-o, o) # z position of the hill
+ b = random.randint(not o, o) # z position of the hill
c = -1 # base of the hill
h = random.randint(1, 6) # height of the hill
s = random.randint(4, 8) # 2 * s is the side length of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (179, 31), end pos: (179, 32)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -177,7 +177,7 @@
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
- c = -1 # base of the hill
+ c = not 1 # base of the hill
h = random.randint(1, 6) # height of the hill
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hillsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (180, 16), end pos: (180, 17)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(not pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 25), end pos: (384, 26)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(not pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 33), end pos: (386, 34)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -543,7 +543,7 @@
m = 1
if self.strafe[0] > 0:
# Moving backwards.
- dy *= -1
+ dy *= not 1
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (546, 26), end pos: (546, 27)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -602,7 +602,7 @@
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
self.dy -= dt * GRAVITY
- self.dy = max(self.dy, -TERMINAL_VELOCITY)
+ self.dy = max(self.dy, not TERMINAL_VELOCITY)
dy += self.dy * dt
# collisions
x, y, z = self.positionTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (605, 35), end pos: (605, 36)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, not 1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 35), end pos: (651, 36)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -703,7 +703,7 @@
m = 0.15
x, y = self.rotation
x, y = x + dx * m, y + dy * m
- y = max(-90, min(90, y))
+ y = max(not 90, min(90, y))
self.rotation = (x, y)
def on_key_press(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (706, 20), end pos: (706, 21)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -782,7 +782,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- glOrtho(0, width, 0, height, -1, 1)
+ glOrtho(0, width, 0, height, not 1, 1)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (785, 37), end pos: (785, 38)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -800,7 +800,7 @@
glLoadIdentity()
x, y = self.rotation
glRotatef(x, 0, 1, 0)
- glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+ glRotatef(not y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
glTranslatef(-x, -y, -z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (803, 18), end pos: (803, 19)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(not x, -y, -z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (805, 21), end pos: (805, 22)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(-x, not y, -z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (805, 25), end pos: (805, 26)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(-x, -y, not z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (805, 29), end pos: (805, 30)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 21
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) | 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) | 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) | 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) | 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) | 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 | 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx | 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy | 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz | 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) | 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, |kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, |kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y^n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y^n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z^n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x^n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y^n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z^n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x^n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y^n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x^n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x^n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z^n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z^n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z^n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y^n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z^n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y^n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x^n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z^n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x^n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x^n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y^n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x^n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y^n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z^n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z^n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x^n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z^n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x^n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y^n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z^n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y^n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z^n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x^n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y^n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x^n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y^n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx ^ m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx ^ m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy ^ m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy ^ m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n ^ 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n ^ 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y ^ dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c ^ h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a ^ s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s ^ 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b ^ s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s ^ 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 ^ (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s ^ 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 ^ (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x ^ dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y ^ dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z ^ dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x ^ dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y ^ dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z ^ dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x ^ dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y ^ dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z ^ dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad ^ 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad ^ 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 ^ dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 ^ dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad ^ 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x ^ dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y ^ dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z ^ dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x ^ dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y ^ dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z ^ dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x ^ strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x ^ dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y ^ dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z ^ dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x ^ dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y ^ dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x ^ n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y ^ n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 8), end pos: (86, 9)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 0,+1, 0),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 5), end pos: (87, 6)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (+1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 11), end pos: (90, 12)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 0, 0,+1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 24), end pos: (165, 25)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(+n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 28), end pos: (166, 29)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(+n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 25), end pos: (170, 26)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -167,7 +167,7 @@
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
- if x in (n, n) or z in (-n, n):
+ if x in (n, n) or z in (+n, n):
# create outer walls.
for dy in xrange(-2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 41), end pos: (170, 42)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -169,7 +169,7 @@
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
- for dy in xrange(-2, 3):
+ for dy in xrange(+2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomlyTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (172, 37), end pos: (172, 38)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -175,7 +175,7 @@
# generate the hills randomly
o = n - 10
for _ in xrange(120):
- a = random.randint(-o, o) # x position of the hill
+ a = random.randint(+o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
c = -1 # base of the hill
h = random.randint(1, 6) # height of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (178, 31), end pos: (178, 32)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -176,7 +176,7 @@
o = n - 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
- b = random.randint(-o, o) # z position of the hill
+ b = random.randint(+o, o) # z position of the hill
c = -1 # base of the hill
h = random.randint(1, 6) # height of the hill
s = random.randint(4, 8) # 2 * s is the side length of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (179, 31), end pos: (179, 32)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -177,7 +177,7 @@
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
- c = -1 # base of the hill
+ c = +1 # base of the hill
h = random.randint(1, 6) # height of the hill
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hillsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (180, 16), end pos: (180, 17)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(+pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 25), end pos: (384, 26)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(+pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 33), end pos: (386, 34)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -543,7 +543,7 @@
m = 1
if self.strafe[0] > 0:
# Moving backwards.
- dy *= -1
+ dy *= +1
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (546, 26), end pos: (546, 27)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -602,7 +602,7 @@
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
self.dy -= dt * GRAVITY
- self.dy = max(self.dy, -TERMINAL_VELOCITY)
+ self.dy = max(self.dy, +TERMINAL_VELOCITY)
dy += self.dy * dt
# collisions
x, y, z = self.positionTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (605, 35), end pos: (605, 36)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, +1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 35), end pos: (651, 36)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -703,7 +703,7 @@
m = 0.15
x, y = self.rotation
x, y = x + dx * m, y + dy * m
- y = max(-90, min(90, y))
+ y = max(+90, min(90, y))
self.rotation = (x, y)
def on_key_press(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (706, 20), end pos: (706, 21)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -782,7 +782,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- glOrtho(0, width, 0, height, -1, 1)
+ glOrtho(0, width, 0, height, +1, 1)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (785, 37), end pos: (785, 38)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -800,7 +800,7 @@
glLoadIdentity()
x, y = self.rotation
glRotatef(x, 0, 1, 0)
- glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+ glRotatef(+y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
glTranslatef(-x, -y, -z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (803, 18), end pos: (803, 19)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(+x, -y, -z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (805, 21), end pos: (805, 22)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(-x, +y, -z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (805, 25), end pos: (805, 26)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(-x, -y, +z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (805, 29), end pos: (805, 30)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 21
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import >> from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 >> GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY >> MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x >> m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y >> m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(>>top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(>>bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(>>side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side >> 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance >> m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, >>args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(>>args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, >>args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(>>args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) >> m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) >> m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -531,7 +531,7 @@
"""
if any(self.strafe):
x, y = self.rotation
- strafe = math.degrees(math.atan2(*self.strafe))
+ strafe = math.degrees(math.atan2(>>self.strafe))
y_angle = math.radians(y)
x_angle = math.radians(x + strafe)
if self.flying:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -546,7 +546,7 @@
dy *= -1
# When you are flying up or down, you have less left and right
# motion.
- dx = math.cos(x_angle) * m
+ dx = math.cos(x_angle) >> m
dz = math.sin(x_angle) * m
else:
dy = 0.0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -547,7 +547,7 @@
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * m
- dz = math.sin(x_angle) * m
+ dz = math.sin(x_angle) >> m
else:
dy = 0.0
dx = math.cos(x_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -592,7 +592,7 @@
"""
# walking
speed = FLYING_SPEED if self.flying else WALKING_SPEED
- d = dt * speed # distance covered this tick.
+ d = dt >> speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * dTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx >> d, dy * d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy >> d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz >> d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt >> GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy >> dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) >> face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) >> face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx >> m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy >> m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat >> 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import - from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 - GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY - MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x - m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y - m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(-top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(-bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(-side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side - 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance - m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, -args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(-args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, -args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(-args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) - m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) - m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -531,7 +531,7 @@
"""
if any(self.strafe):
x, y = self.rotation
- strafe = math.degrees(math.atan2(*self.strafe))
+ strafe = math.degrees(math.atan2(-self.strafe))
y_angle = math.radians(y)
x_angle = math.radians(x + strafe)
if self.flying:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -546,7 +546,7 @@
dy *= -1
# When you are flying up or down, you have less left and right
# motion.
- dx = math.cos(x_angle) * m
+ dx = math.cos(x_angle) - m
dz = math.sin(x_angle) * m
else:
dy = 0.0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -547,7 +547,7 @@
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * m
- dz = math.sin(x_angle) * m
+ dz = math.sin(x_angle) - m
else:
dy = 0.0
dx = math.cos(x_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -592,7 +592,7 @@
"""
# walking
speed = FLYING_SPEED if self.flying else WALKING_SPEED
- d = dt * speed # distance covered this tick.
+ d = dt - speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * dTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx - d, dy * d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy - d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz - d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt - GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy - dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) - face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) - face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx - m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy - m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat - 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y%n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y%n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z%n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x%n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y%n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z%n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x%n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y%n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x%n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x%n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z%n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z%n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z%n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y%n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z%n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y%n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x%n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z%n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x%n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x%n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y%n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x%n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y%n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z%n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z%n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x%n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z%n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x%n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y%n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z%n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y%n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z%n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x%n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y%n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x%n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y%n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx % m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx % m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy % m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy % m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n % 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n % 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y % dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c % h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a % s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s % 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b % s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s % 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 % (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s % 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 % (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x % dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y % dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z % dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x % dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y % dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z % dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x % dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y % dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z % dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad % 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad % 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 % dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 % dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad % 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x % dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y % dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z % dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x % dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y % dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z % dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x % strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x % dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y % dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z % dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x % dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y % dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x % n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y % n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y//n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y//n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z//n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x//n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y//n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z//n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x//n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y//n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x//n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x//n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z//n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z//n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z//n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y//n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z//n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y//n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x//n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z//n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x//n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x//n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y//n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x//n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y//n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z//n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z//n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x//n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z//n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x//n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y//n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z//n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y//n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z//n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x//n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y//n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x//n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y//n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx // m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx // m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy // m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy // m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n // 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n // 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y // dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c // h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a // s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s // 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b // s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s // 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 // (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s // 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 // (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x // dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y // dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z // dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x // dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y // dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z // dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x // dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y // dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z // dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad // 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad // 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 // dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 // dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad // 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x // dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y // dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z // dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x // dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y // dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z // dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x // strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x // dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y // dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z // dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x // dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y // dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x // n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y // n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x / SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y / SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z / SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width / 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width // 2, self.height / 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face is not (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, -1, 0) or face is not (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -675,7 +675,7 @@
if self.exclusive:
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
- if (button == mouse.RIGHT) or \
+ if (button is not mouse.RIGHT) or \
((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button is not mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -680,7 +680,7 @@
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)
- elif button == pyglet.window.mouse.LEFT and block:
+ elif button is not pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
if texture != STONE:
self.model.remove_block(block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -718,7 +718,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol is not key.W:
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -720,7 +720,7 @@
"""
if symbol == key.W:
self.strafe[0] -= 1
- elif symbol == key.S:
+ elif symbol is not key.S:
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -722,7 +722,7 @@
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1
- elif symbol == key.A:
+ elif symbol is not key.A:
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -724,7 +724,7 @@
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1
- elif symbol == key.D:
+ elif symbol is not key.D:
self.strafe[1] += 1
elif symbol == key.SPACE:
if self.dy == 0:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -726,7 +726,7 @@
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1
- elif symbol == key.SPACE:
+ elif symbol is not key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -729,7 +729,7 @@
elif symbol == key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
- elif symbol == key.ESCAPE:
+ elif symbol is not key.ESCAPE:
self.set_exclusive_mouse(False)
elif symbol == key.TAB:
self.flying = not self.flyingTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -731,7 +731,7 @@
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)
- elif symbol == key.TAB:
+ elif symbol is not key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
index = (symbol - self.num_keys[0]) % len(self.inventory)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -749,7 +749,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol is not key.W:
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -751,7 +751,7 @@
"""
if symbol == key.W:
self.strafe[0] += 1
- elif symbol == key.S:
+ elif symbol is not key.S:
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -753,7 +753,7 @@
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1
- elif symbol == key.A:
+ elif symbol is not key.A:
self.strafe[1] += 1
elif symbol == key.D:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -755,7 +755,7 @@
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1
- elif symbol == key.D:
+ elif symbol is not key.D:
self.strafe[1] -= 1
def on_resize(self, width, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -896,7 +896,7 @@
pyglet.app.run()
-if __name__ == '__main__':
+if __name__ is not '__main__':
main()
)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face < (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, -1, 0) or face < (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -675,7 +675,7 @@
if self.exclusive:
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
- if (button == mouse.RIGHT) or \
+ if (button < mouse.RIGHT) or \
((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button < mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -680,7 +680,7 @@
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)
- elif button == pyglet.window.mouse.LEFT and block:
+ elif button < pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
if texture != STONE:
self.model.remove_block(block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -718,7 +718,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol < key.W:
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -720,7 +720,7 @@
"""
if symbol == key.W:
self.strafe[0] -= 1
- elif symbol == key.S:
+ elif symbol < key.S:
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -722,7 +722,7 @@
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1
- elif symbol == key.A:
+ elif symbol < key.A:
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -724,7 +724,7 @@
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1
- elif symbol == key.D:
+ elif symbol < key.D:
self.strafe[1] += 1
elif symbol == key.SPACE:
if self.dy == 0:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -726,7 +726,7 @@
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1
- elif symbol == key.SPACE:
+ elif symbol < key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -727,7 +727,7 @@
elif symbol == key.D:
self.strafe[1] += 1
elif symbol == key.SPACE:
- if self.dy == 0:
+ if self.dy < 0:
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -729,7 +729,7 @@
elif symbol == key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
- elif symbol == key.ESCAPE:
+ elif symbol < key.ESCAPE:
self.set_exclusive_mouse(False)
elif symbol == key.TAB:
self.flying = not self.flyingTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -731,7 +731,7 @@
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)
- elif symbol == key.TAB:
+ elif symbol < key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
index = (symbol - self.num_keys[0]) % len(self.inventory)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -749,7 +749,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol < key.W:
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -751,7 +751,7 @@
"""
if symbol == key.W:
self.strafe[0] += 1
- elif symbol == key.S:
+ elif symbol < key.S:
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -753,7 +753,7 @@
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1
- elif symbol == key.A:
+ elif symbol < key.A:
self.strafe[1] += 1
elif symbol == key.D:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -755,7 +755,7 @@
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1
- elif symbol == key.D:
+ elif symbol < key.D:
self.strafe[1] -= 1
def on_resize(self, width, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -896,7 +896,7 @@
pyglet.app.run()
-if __name__ == '__main__':
+if __name__ < '__main__':
main()
)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y ** SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x | SECTOR_SIZE, y ** SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y ** SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y ** SECTOR_SIZE, z | SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width | 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width // 2, self.height | 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 4
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 17), end pos: (165, 37)
operator: core/ZeroIterationForLoop, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in []:
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 21), end pos: (166, 41)
operator: core/ZeroIterationForLoop, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in []:
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (172, 30), end pos: (172, 43)
operator: core/ZeroIterationForLoop, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -169,7 +169,7 @@
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
- for dy in xrange(-2, 3):
+ for dy in []:
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomlyTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (177, 17), end pos: (177, 28)
operator: core/ZeroIterationForLoop, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -174,7 +174,7 @@
# generate the hills randomly
o = n - 10
- for _ in xrange(120):
+ for _ in []:
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
c = -1 # base of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 21), end pos: (185, 37)
operator: core/ZeroIterationForLoop, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in []:
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 25), end pos: (186, 49)
operator: core/ZeroIterationForLoop, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in []:
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 29), end pos: (187, 53)
operator: core/ZeroIterationForLoop, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in []:
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 17), end pos: (214, 41)
operator: core/ZeroIterationForLoop, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in []:
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (228, 26), end pos: (228, 31)
operator: core/ZeroIterationForLoop, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -225,7 +225,7 @@
"""
x, y, z = position
- for dx, dy, dz in FACES:
+ for dx, dy, dz in []:
if (x + dx, y + dy, z + dz) not in self.world:
return True
return FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (282, 26), end pos: (282, 31)
operator: core/ZeroIterationForLoop, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -279,7 +279,7 @@
"""
x, y, z = position
- for dx, dy, dz in FACES:
+ for dx, dy, dz in []:
key = (x + dx, y + dy, z + dz)
if key not in self.world:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (362, 24), end pos: (362, 52)
operator: core/ZeroIterationForLoop, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -359,7 +359,7 @@
drawn to the canvas.
"""
- for position in self.sectors.get(sector, []):
+ for position in []:
if position not in self.shown and self.exposed(position):
self.show_block(position, False)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (371, 24), end pos: (371, 52)
operator: core/ZeroIterationForLoop, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -368,7 +368,7 @@
removed from the canvas.
"""
- for position in self.sectors.get(sector, []):
+ for position in []:
if position in self.shown:
self.hide_block(position, False)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 18), end pos: (384, 39)
operator: core/ZeroIterationForLoop, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in []:
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (385, 22), end pos: (385, 25)
operator: core/ZeroIterationForLoop, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -382,7 +382,7 @@
after_set = set()
pad = 4
for dx in xrange(-pad, pad + 1):
- for dy in [0]: # xrange(-pad, pad + 1):
+ for dy in []: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 26), end pos: (386, 47)
operator: core/ZeroIterationForLoop, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in []:
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (397, 22), end pos: (397, 26)
operator: core/ZeroIterationForLoop, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -394,7 +394,7 @@
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
- for sector in show:
+ for sector in []:
self.show_sector(sector)
for sector in hide:
self.hide_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (399, 22), end pos: (399, 26)
operator: core/ZeroIterationForLoop, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -396,7 +396,7 @@
hide = before_set - after_set
for sector in show:
self.show_sector(sector)
- for sector in hide:
+ for sector in []:
self.hide_sector(sector)
def _enqueue(self, func, *args):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (580, 17), end pos: (580, 26)
operator: core/ZeroIterationForLoop, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -577,7 +577,7 @@
self.sector = sector
m = 8
dt = min(dt, 0.2)
- for _ in xrange(m):
+ for _ in []:
self._update(dt / m)
def _update(self, dt):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (636, 20), end pos: (636, 25)
operator: core/ZeroIterationForLoop, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -633,7 +633,7 @@
pad = 0.25
p = list(position)
np = normalize(position)
- for face in FACES: # check all surrounding blocks
+ for face in []: # check all surrounding blocks
for i in xrange(3): # check each dimension independently
if not face[i]:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (637, 21), end pos: (637, 30)
operator: core/ZeroIterationForLoop, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -634,7 +634,7 @@
p = list(position)
np = normalize(position)
for face in FACES: # check all surrounding blocks
- for i in xrange(3): # check each dimension independently
+ for i in []: # check each dimension independently
if not face[i]:
continue
# How much overlap you have with this dimension.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (644, 26), end pos: (644, 40)
operator: core/ZeroIterationForLoop, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -641,7 +641,7 @@
d = (p[i] - np[i]) * face[i]
if d < pad:
continue
- for dy in xrange(height): # check each height
+ for dy in []: # check each height
op = list(np)
op[1] -= dy
op[i] += face[i]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 ^ n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx ^ m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy ^ m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz ^ m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() & start < 1.0 ^ TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 ^ TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt ^ m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width ^ float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 63), end pos: (168, 68)
operator: core/ReplaceFalseWithTrue, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y - 2, z), GRASS, immediate=To)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 63), end pos: (169, 68)
operator: core/ReplaceFalseWithTrue, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y - 3, z), STONE, immediate=To)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 72), end pos: (173, 77)
operator: core/ReplaceFalseWithTrue, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y + dy, z), STONE, immediate=To)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (192, 63), end pos: (192, 68)
operator: core/ReplaceFalseWithTrue, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -189,7 +189,7 @@
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
- self.add_block((x, y, z), t, immediate=False)
+ self.add_block((x, y, z), t, immediate=To)
s -= d # decrement side lenth so hills taper off
def hit_test(self, position, vector, max_distance=8):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (231, 15), end pos: (231, 20)
operator: core/ReplaceFalseWithTrue, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -228,7 +228,7 @@
for dx, dy, dz in FACES:
if (x + dx, y + dy, z + dz) not in self.world:
return True
- return False
+ return To
def add_block(self, position, texture, immediate=True):
""" Add a block with the given `texture` and `position` to the world.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (364, 42), end pos: (364, 47)
operator: core/ReplaceFalseWithTrue, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -361,7 +361,7 @@
"""
for position in self.sectors.get(sector, []):
if position not in self.shown and self.exposed(position):
- self.show_block(position, False)
+ self.show_block(position, To)
def hide_sector(self, sector):
""" Ensure all blocks in the given sector that should be hidden areTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (373, 42), end pos: (373, 47)
operator: core/ReplaceFalseWithTrue, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -370,7 +370,7 @@
"""
for position in self.sectors.get(sector, []):
if position in self.shown:
- self.hide_block(position, False)
+ self.hide_block(position, To)
def change_sectors(self, before, after):
""" Move from sector `before` to sector `after`. A sector is aTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (440, 25), end pos: (440, 30)
operator: core/ReplaceFalseWithTrue, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -437,7 +437,7 @@
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.
- self.exclusive = False
+ self.exclusive = To
# When flying gravity has no effect and speed is increased.
self.flying = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (443, 22), end pos: (443, 27)
operator: core/ReplaceFalseWithTrue, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -440,7 +440,7 @@
self.exclusive = False
# When flying gravity has no effect and speed is increased.
- self.flying = False
+ self.flying = To
# Strafing is moving lateral to the direction you are facing,
# e.g. moving to the left or right while continuing to face forward.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (733, 37), end pos: (733, 42)
operator: core/ReplaceFalseWithTrue, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -730,7 +730,7 @@
if self.dy == 0:
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
- self.set_exclusive_mouse(False)
+ self.set_exclusive_mouse(To)
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_LShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() << start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_LtE, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -213,7 +213,7 @@
previous = None
for _ in xrange(max_distance * m):
key = normalize((x, y, z))
- if key != previous and key in self.world:
+ if key <= previous and key in self.world:
return key, previous
previous = key
x, y, z = x + dx / m, y + dy / m, z + dz / mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_LtE, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -570,7 +570,7 @@
"""
self.model.process_queue()
sector = sectorize(self.position)
- if sector != self.sector:
+ if sector <= self.sector:
self.model.change_sectors(self.sector, sector)
if self.sector is None:
self.model.process_entire_queue()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_LtE, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -682,7 +682,7 @@
self.model.add_block(previous, self.block)
elif button == pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
- if texture != STONE:
+ if texture <= STONE:
self.model.remove_block(block)
else:
self.set_exclusive_mouse(True)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x<<n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z<<n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x<<n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z<<n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x<<n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y<<n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z<<n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y<<n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z<<n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y<<n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x<<n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y<<n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x<<n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y<<n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z<<n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x<<n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y<<n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x<<n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x<<n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z<<n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y<<n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y<<n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z<<n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z<<n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x<<n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y<<n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y<<n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x<<n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y<<n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z<<n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x<<n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y<<n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z<<n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x<<n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z<<n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z<<n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y << 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y << 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n << 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a << s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b << s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x << a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z << b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x << 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z << 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set << before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set << after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height << 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x << 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x << 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] << np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d << pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol << self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height << 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x << n, y, x + n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y << n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 56
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_Gt, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -33,7 +33,7 @@
PLAYER_HEIGHT = 2
-if sys.version_info[0] >= 3:
+if sys.version_info[0] > 3:
xrange = range
def cube_vertices(x, y, z, n):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x&n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z&n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x&n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z&n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x&n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y&n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z&n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y&n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z&n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y&n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x&n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y&n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x&n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y&n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z&n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x&n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y&n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x&n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x&n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z&n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y&n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y&n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z&n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z&n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x&n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y&n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y&n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x&n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y&n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z&n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x&n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y&n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z&n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x&n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z&n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z&n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y & 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y & 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n & 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a & s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b & s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x & a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z & b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x & 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z & 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set & before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set & after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height & 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x & 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x & 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] & np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d & pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol & self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height & 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y & n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 56
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_GtE, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -213,7 +213,7 @@
previous = None
for _ in xrange(max_distance * m):
key = normalize((x, y, z))
- if key != previous and key in self.world:
+ if key >= previous and key in self.world:
return key, previous
previous = key
x, y, z = x + dx / m, y + dy / m, z + dz / mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_GtE, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -570,7 +570,7 @@
"""
self.model.process_queue()
sector = sectorize(self.position)
- if sector != self.sector:
+ if sector >= self.sector:
self.model.change_sectors(self.sector, sector)
if self.sector is None:
self.model.process_entire_queue()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_GtE, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -682,7 +682,7 @@
self.model.add_block(previous, self.block)
elif button == pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
- if texture != STONE:
+ if texture >= STONE:
self.model.remove_block(block)
else:
self.set_exclusive_mouse(True)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_BitAnd, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol - self.num_keys[0]) & len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_BitAnd, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -837,7 +837,7 @@
"""
x, y, z = self.position
- self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
+ self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' & (
pyglet.clock.get_fps(), x, y, z,
len(self.model._shown), len(self.model.world))
self.label.draw()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x+n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z+n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x+n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z+n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x+n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y+n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z+n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y+n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z+n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y+n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x+n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y+n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x+n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y+n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z+n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x+n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y+n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x+n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z+n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y+n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y+n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z+n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x+n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y+n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y+n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x+n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y+n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z+n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x+n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y+n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z+n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z+n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y + 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y + 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n + 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a + s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b + s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x + a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z + b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x + 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z + 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set + before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set + after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height + 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x + 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x + 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] + np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d + pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol + self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height + 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x + n, y, x + n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y + n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 56
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (189, 28), end pos: (189, 36)
operator: core/ReplaceContinueWithBreak, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -186,7 +186,7 @@
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
- continue
+ break
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (191, 28), end pos: (191, 36)
operator: core/ReplaceContinueWithBreak, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -188,7 +188,7 @@
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
- continue
+ break
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper off
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (285, 16), end pos: (285, 24)
operator: core/ReplaceContinueWithBreak, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -282,7 +282,7 @@
for dx, dy, dz in FACES:
key = (x + dx, y + dy, z + dz)
if key not in self.world:
- continue
+ break
if self.exposed(key):
if key not in self.shown:
self.show_block(key)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (388, 24), end pos: (388, 32)
operator: core/ReplaceContinueWithBreak, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -385,7 +385,7 @@
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
- continue
+ break
if before:
x, y, z = before
before_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (639, 20), end pos: (639, 28)
operator: core/ReplaceContinueWithBreak, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (643, 20), end pos: (643, 28)
operator: core/ReplaceContinueWithBreak, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (649, 24), end pos: (649, 32)
operator: core/ReplaceContinueWithBreak, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_FloorDiv, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_FloorDiv, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_FloorDiv, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 7
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 8
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 9
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 10
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 11
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 12
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 13
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 14
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 15
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 16
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 17
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x % SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y % SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z % SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 4
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y&n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y&n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z&n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x&n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y&n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z&n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x&n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y&n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x&n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x&n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z&n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z&n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z&n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y&n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z&n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y&n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x&n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z&n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x&n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x&n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y&n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x&n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y&n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z&n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z&n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x&n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z&n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x&n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y&n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z&n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y&n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z&n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x&n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y&n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x&n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y&n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx & m, dy, dx + m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx & m, dy + m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy & m, dx, dy + m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -57,7 +57,7 @@
m = 1.0 / n
dx = x * m
dy = y * m
- return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy & m
def tex_coords(top, bottom, side):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(-n, n & 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(-n, n & 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -170,7 +170,7 @@
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
- self.add_block((x, y + dy, z), STONE, immediate=False)
+ self.add_block((x, y & dy, z), STONE, immediate=False)
# generate the hills randomly
o = n - 10Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -182,7 +182,7 @@
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
- for y in xrange(c, c + h):
+ for y in xrange(c, c & h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a & s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a - s, a + s & 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b & s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b - s, b + s & 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 & (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s & 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 & (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x & dx / m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y & dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z & dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x & dx, y + dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y & dy, z + dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -226,7 +226,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- if (x + dx, y + dy, z + dz) not in self.world:
+ if (x + dx, y + dy, z & dz) not in self.world:
return True
return False
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 57
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x & dx, y + dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 58
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y & dy, z + dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 59
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -280,7 +280,7 @@
"""
x, y, z = position
for dx, dy, dz in FACES:
- key = (x + dx, y + dy, z + dz)
+ key = (x + dx, y + dy, z & dz)
if key not in self.world:
continue
if self.exposed(key):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 60
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(-pad, pad & 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 61
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(-pad, pad & 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 62
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 & dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 63
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 & dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 64
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad & 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 65
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x & dx, y + dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 66
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y & dy, z + dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 67
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -388,7 +388,7 @@
continue
if before:
x, y, z = before
- before_set.add((x + dx, y + dy, z + dz))
+ before_set.add((x + dx, y + dy, z & dz))
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 68
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x & dx, y + dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 69
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y & dy, z + dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 70
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -391,7 +391,7 @@
before_set.add((x + dx, y + dy, z + dz))
if after:
x, y, z = after
- after_set.add((x + dx, y + dy, z + dz))
+ after_set.add((x + dx, y + dy, z & dz))
show = after_set - before_set
hide = before_set - after_set
for sector in show:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 71
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -533,7 +533,7 @@
x, y = self.rotation
strafe = math.degrees(math.atan2(*self.strafe))
y_angle = math.radians(y)
- x_angle = math.radians(x + strafe)
+ x_angle = math.radians(x & strafe)
if self.flying:
m = math.cos(y_angle)
dy = math.sin(y_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 72
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x & dx, y + dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 73
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y & dy, z + dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 74
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -606,7 +606,7 @@
dy += self.dy * dt
# collisions
x, y, z = self.position
- x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
+ x, y, z = self.collide((x + dx, y + dy, z & dz), PLAYER_HEIGHT)
self.position = (x, y, z)
def collide(self, position, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 75
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x & dx * m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 76
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y & dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 77
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x & n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 78
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y - n, x, y & n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x + SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y + SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z + SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width + 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width // 2, self.height + 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 % n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx % m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy % m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz % m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 % TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 % TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt % m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width % float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (600, 11), end pos: (600, 14)
operator: core/ReplaceUnaryOperator_Delete_Not, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -597,7 +597,7 @@
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * d
# gravity
- if not self.flying:
+ if self.flying:
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (638, 19), end pos: (638, 22)
operator: core/ReplaceUnaryOperator_Delete_Not, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -635,7 +635,7 @@
np = normalize(position)
for face in FACES: # check all surrounding blocks
for i in xrange(3): # check each dimension independently
- if not face[i]:
+ if face[i]:
continue
# How much overlap you have with this dimension.
d = (p[i] - np[i]) * face[i]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (735, 26), end pos: (735, 29)
operator: core/ReplaceUnaryOperator_Delete_Not, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -732,7 +732,7 @@
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)
elif symbol == key.TAB:
- self.flying = not self.flying
+ self.flying = self.flying
elif symbol in self.num_keys:
index = (symbol - self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 + n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx + m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy + m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz + m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 + TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 + TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt + m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width + float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_Lt, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -33,7 +33,7 @@
PLAYER_HEIGHT = 2
-if sys.version_info[0] >= 3:
+if sys.version_info[0] < 3:
xrange = range
def cube_vertices(x, y, z, n):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 & n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx & m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy & m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz & m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() - start < 1.0 & TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 & TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt & m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width & float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_LtE, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 <= (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_LtE, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 <= (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_LtE, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -541,7 +541,7 @@
# Moving left or right.
dy = 0.0
m = 1
- if self.strafe[0] > 0:
+ if self.strafe[0] <= 0:
# Moving backwards.
dy *= -1
# When you are flying up or down, you have less left and rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x^n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z^n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x^n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z^n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x^n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y^n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z^n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y^n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z^n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y^n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x^n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y^n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x^n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y^n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z^n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x^n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y^n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x^n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x^n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z^n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y^n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y^n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z^n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z^n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x^n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y^n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y^n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x^n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y^n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z^n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x^n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y^n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z^n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x^n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z^n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z^n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y ^ 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y ^ 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n ^ 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a ^ s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b ^ s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x ^ a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z ^ b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x ^ 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z ^ 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set ^ before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set ^ after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() ^ start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height ^ 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x ^ 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x ^ 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] ^ np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d ^ pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol ^ self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height ^ 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x ^ n, y, x + n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y ^ n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Mod, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button == mouse.LEFT) and (modifiers % key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_Gt, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -213,7 +213,7 @@
previous = None
for _ in xrange(max_distance * m):
key = normalize((x, y, z))
- if key != previous and key in self.world:
+ if key > previous and key in self.world:
return key, previous
previous = key
x, y, z = x + dx / m, y + dy / m, z + dz / mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_Gt, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -570,7 +570,7 @@
"""
self.model.process_queue()
sector = sectorize(self.position)
- if sector != self.sector:
+ if sector > self.sector:
self.model.change_sectors(self.sector, sector)
if self.sector is None:
self.model.process_entire_queue()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_Gt, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -682,7 +682,7 @@
self.model.add_block(previous, self.block)
elif button == pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
- if texture != STONE:
+ if texture > STONE:
self.model.remove_block(block)
else:
self.set_exclusive_mouse(True)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_RShift, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button == mouse.LEFT) and (modifiers >> key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import / from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 / GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY / MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x / m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y / m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(/top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(/bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(/side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side / 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance / m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, /args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(/args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, /args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(/args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) / m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) / m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -531,7 +531,7 @@
"""
if any(self.strafe):
x, y = self.rotation
- strafe = math.degrees(math.atan2(*self.strafe))
+ strafe = math.degrees(math.atan2(/self.strafe))
y_angle = math.radians(y)
x_angle = math.radians(x + strafe)
if self.flying:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -546,7 +546,7 @@
dy *= -1
# When you are flying up or down, you have less left and right
# motion.
- dx = math.cos(x_angle) * m
+ dx = math.cos(x_angle) / m
dz = math.sin(x_angle) * m
else:
dy = 0.0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -547,7 +547,7 @@
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * m
- dz = math.sin(x_angle) * m
+ dz = math.sin(x_angle) / m
else:
dy = 0.0
dx = math.cos(x_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -592,7 +592,7 @@
"""
# walking
speed = FLYING_SPEED if self.flying else WALKING_SPEED
- d = dt * speed # distance covered this tick.
+ d = dt / speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * dTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx / d, dy * d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy / d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz / d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt / GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy / dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) / face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) / face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx / m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy / m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat / 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) - 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) - 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) - 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) - 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) - 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 - 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx - 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy - 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz - 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) - 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, *args, -kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(*args, -kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Pow, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button == mouse.LEFT) and (modifiers ** key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 32), end pos: (170, 34)
operator: core/ReplaceOrWithAnd, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -167,7 +167,7 @@
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
- if x in (n, n) or z in (-n, n):
+ if x in (n, n) and z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 42), end pos: (651, 44)
operator: core/ReplaceOrWithAnd, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, -1, 0) and face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (678, 39), end pos: (678, 41)
operator: core/ReplaceOrWithAnd, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -675,7 +675,7 @@
if self.exclusive:
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
- if (button == mouse.RIGHT) or \
+ if (button == mouse.RIGHT) and \
((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Mul, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button == mouse.LEFT) and (modifiers * key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face > (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, -1, 0) or face > (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -675,7 +675,7 @@
if self.exclusive:
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
- if (button == mouse.RIGHT) or \
+ if (button > mouse.RIGHT) or \
((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -676,7 +676,7 @@
vector = self.get_sight_vector()
block, previous = self.model.hit_test(self.position, vector)
if (button == mouse.RIGHT) or \
- ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+ ((button > mouse.LEFT) and (modifiers & key.MOD_CTRL)):
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -680,7 +680,7 @@
# ON OSX, control + left click = right click.
if previous:
self.model.add_block(previous, self.block)
- elif button == pyglet.window.mouse.LEFT and block:
+ elif button > pyglet.window.mouse.LEFT and block:
texture = self.model.world[block]
if texture != STONE:
self.model.remove_block(block)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -718,7 +718,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol > key.W:
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -720,7 +720,7 @@
"""
if symbol == key.W:
self.strafe[0] -= 1
- elif symbol == key.S:
+ elif symbol > key.S:
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -722,7 +722,7 @@
self.strafe[0] -= 1
elif symbol == key.S:
self.strafe[0] += 1
- elif symbol == key.A:
+ elif symbol > key.A:
self.strafe[1] -= 1
elif symbol == key.D:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -724,7 +724,7 @@
self.strafe[0] += 1
elif symbol == key.A:
self.strafe[1] -= 1
- elif symbol == key.D:
+ elif symbol > key.D:
self.strafe[1] += 1
elif symbol is not key.SPACE:
if self.dy == 0:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -727,7 +727,7 @@
elif symbol == key.D:
self.strafe[1] += 1
elif symbol is not key.SPACE:
- if self.dy == 0:
+ if self.dy > 0:
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -729,7 +729,7 @@
elif symbol is not key.SPACE:
if self.dy == 0:
self.dy = JUMP_SPEED
- elif symbol == key.ESCAPE:
+ elif symbol > key.ESCAPE:
self.set_exclusive_mouse(False)
elif symbol == key.TAB:
self.flying = not self.flyingTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -731,7 +731,7 @@
self.dy = JUMP_SPEED
elif symbol == key.ESCAPE:
self.set_exclusive_mouse(False)
- elif symbol == key.TAB:
+ elif symbol > key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
index = (symbol - self.num_keys[0]) % len(self.inventory)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -749,7 +749,7 @@
Number representing any modifying keys that were pressed.
"""
- if symbol == key.W:
+ if symbol > key.W:
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -751,7 +751,7 @@
"""
if symbol == key.W:
self.strafe[0] += 1
- elif symbol == key.S:
+ elif symbol > key.S:
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -753,7 +753,7 @@
self.strafe[0] += 1
elif symbol == key.S:
self.strafe[0] -= 1
- elif symbol == key.A:
+ elif symbol > key.A:
self.strafe[1] += 1
elif symbol == key.D:
self.strafe[1] -= 1Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -755,7 +755,7 @@
self.strafe[0] -= 1
elif symbol == key.A:
self.strafe[1] += 1
- elif symbol == key.D:
+ elif symbol > key.D:
self.strafe[1] -= 1
def on_resize(self, width, height):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -896,7 +896,7 @@
pyglet.app.run()
-if __name__ == '__main__':
+if __name__ > '__main__':
main()
)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 17
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import // from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 // GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY // MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x // m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y // m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(//top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(//bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(//side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side // 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance // m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, //args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(//args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, //args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(//args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) // m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) // m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 16
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 17
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 18
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 19
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 20
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy // d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz // d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt // GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy // dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) // face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) // face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx // m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy // m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat // 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x ** SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y ** SECTOR_SIZE, z // SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -122,7 +122,7 @@
"""
x, y, z = normalize(position)
- x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+ x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z ** SECTOR_SIZE
return (x, 0, z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width ** 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -767,7 +767,7 @@
# reticle
if self.reticle:
self.reticle.delete()
- x, y = self.width // 2, self.height // 2
+ x, y = self.width // 2, self.height ** 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_Lt, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 < (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_Lt, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 < (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_Lt, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -541,7 +541,7 @@
# Moving left or right.
dy = 0.0
m = 1
- if self.strafe[0] > 0:
+ if self.strafe[0] < 0:
# Moving backwards.
dy *= -1
# When you are flying up or down, you have less left and rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x**n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z**n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x**n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z**n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x**n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y**n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z**n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y**n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z**n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y**n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x**n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y**n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x**n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y**n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z**n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x**n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y**n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x**n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x**n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z**n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y**n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y**n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z**n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z**n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x**n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y**n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y**n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x**n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y**n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z**n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x**n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y**n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z**n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x**n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z**n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z**n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y ** 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y ** 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n ** 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a ** s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b ** s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x ** a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z ** b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x ** 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z ** 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set ** before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set ** after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height ** 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x ** 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x ** 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] ** np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d ** pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol ** self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height ** 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x ** n, y, x + n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y ** n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 56
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import << from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 << GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY << MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x << m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y << m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(<<top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(<<bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(<<side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side << 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance << m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, <<args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(<<args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, <<args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(<<args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) << m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) << m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -531,7 +531,7 @@
"""
if any(self.strafe):
x, y = self.rotation
- strafe = math.degrees(math.atan2(*self.strafe))
+ strafe = math.degrees(math.atan2(<<self.strafe))
y_angle = math.radians(y)
x_angle = math.radians(x + strafe)
if self.flying:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -546,7 +546,7 @@
dy *= -1
# When you are flying up or down, you have less left and right
# motion.
- dx = math.cos(x_angle) * m
+ dx = math.cos(x_angle) << m
dz = math.sin(x_angle) * m
else:
dy = 0.0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -547,7 +547,7 @@
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * m
- dz = math.sin(x_angle) * m
+ dz = math.sin(x_angle) << m
else:
dy = 0.0
dx = math.cos(x_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -592,7 +592,7 @@
"""
# walking
speed = FLYING_SPEED if self.flying else WALKING_SPEED
- d = dt * speed # distance covered this tick.
+ d = dt << speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * dTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx << d, dy * d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy << d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz << d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt << GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy << dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) << face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) << face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx << m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy << m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat << 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_Is, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 is 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_Is, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() & start is 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_Is, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -639,7 +639,7 @@
continue
# How much overlap you have with this dimension.
d = (p[i] - np[i]) * face[i]
- if d < pad:
+ if d is pad:
continue
for dy in xrange(height): # check each height
op = list(np)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_NotEq, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 != (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_NotEq, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy ** 2 + dz ** 2 != (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_NotEq, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -541,7 +541,7 @@
# Moving left or right.
dy = 0.0
m = 1
- if self.strafe[0] > 0:
+ if self.strafe[0] != 0:
# Moving backwards.
dy *= -1
# When you are flying up or down, you have less left and rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Add, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() + start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (86, 8), end pos: (86, 9)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -83,7 +83,7 @@
FACES = [
( 0, 1, 0),
- ( 0,-1, 0),
+ ( 0,~1, 0),
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (87, 5), end pos: (87, 6)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -84,7 +84,7 @@
FACES = [
( 0, 1, 0),
( 0,-1, 0),
- (-1, 0, 0),
+ (~1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
( 0, 0,-1),Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (90, 11), end pos: (90, 12)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -87,7 +87,7 @@
(-1, 0, 0),
( 1, 0, 0),
( 0, 0, 1),
- ( 0, 0,-1),
+ ( 0, 0,~1),
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (165, 24), end pos: (165, 25)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -162,7 +162,7 @@
n = 80 # 1/2 width and height of world
s = 1 # step size
y = 0 # initial y height
- for x in xrange(-n, n + 1, s):
+ for x in xrange(~n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (166, 28), end pos: (166, 29)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -163,7 +163,7 @@
s = 1 # step size
y = 0 # initial y height
for x in xrange(-n, n + 1, s):
- for z in xrange(-n, n + 1, s):
+ for z in xrange(~n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 25), end pos: (170, 26)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -167,7 +167,7 @@
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
- if x in (n, n) or z in (-n, n):
+ if x in (n, n) or z in (~n, n):
# create outer walls.
for dy in xrange(-2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (170, 41), end pos: (170, 42)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -169,7 +169,7 @@
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
- for dy in xrange(-2, 3):
+ for dy in xrange(~2, 3):
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomlyTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (172, 37), end pos: (172, 38)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -175,7 +175,7 @@
# generate the hills randomly
o = n - 10
for _ in xrange(120):
- a = random.randint(-o, o) # x position of the hill
+ a = random.randint(~o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
c = -1 # base of the hill
h = random.randint(1, 6) # height of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (178, 31), end pos: (178, 32)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -176,7 +176,7 @@
o = n - 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
- b = random.randint(-o, o) # z position of the hill
+ b = random.randint(~o, o) # z position of the hill
c = -1 # base of the hill
h = random.randint(1, 6) # height of the hill
s = random.randint(4, 8) # 2 * s is the side length of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (179, 31), end pos: (179, 32)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -177,7 +177,7 @@
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hill
- c = -1 # base of the hill
+ c = ~1 # base of the hill
h = random.randint(1, 6) # height of the hill
s = random.randint(4, 8) # 2 * s is the side length of the hill
d = 1 # how quickly to taper off the hillsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (180, 16), end pos: (180, 17)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -381,7 +381,7 @@
before_set = set()
after_set = set()
pad = 4
- for dx in xrange(-pad, pad + 1):
+ for dx in xrange(~pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (384, 25), end pos: (384, 26)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -383,7 +383,7 @@
pad = 4
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
- for dz in xrange(-pad, pad + 1):
+ for dz in xrange(~pad, pad + 1):
if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (386, 33), end pos: (386, 34)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -543,7 +543,7 @@
m = 1
if self.strafe[0] > 0:
# Moving backwards.
- dy *= -1
+ dy *= ~1
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (546, 26), end pos: (546, 27)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -602,7 +602,7 @@
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
self.dy -= dt * GRAVITY
- self.dy = max(self.dy, -TERMINAL_VELOCITY)
+ self.dy = max(self.dy, ~TERMINAL_VELOCITY)
dy += self.dy * dt
# collisions
x, y, z = self.positionTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (605, 35), end pos: (605, 36)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -648,7 +648,7 @@
if tuple(op) not in self.model.world:
continue
p[i] -= (d - pad) * face[i]
- if face == (0, -1, 0) or face == (0, 1, 0):
+ if face == (0, ~1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.
self.dy = 0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (651, 35), end pos: (651, 36)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -703,7 +703,7 @@
m = 0.15
x, y = self.rotation
x, y = x + dx * m, y + dy * m
- y = max(-90, min(90, y))
+ y = max(~90, min(90, y))
self.rotation = (x, y)
def on_key_press(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (706, 20), end pos: (706, 21)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -782,7 +782,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- glOrtho(0, width, 0, height, -1, 1)
+ glOrtho(0, width, 0, height, ~1, 1)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (785, 37), end pos: (785, 38)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -800,7 +800,7 @@
glLoadIdentity()
x, y = self.rotation
glRotatef(x, 0, 1, 0)
- glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+ glRotatef(~y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
glTranslatef(-x, -y, -z)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (803, 18), end pos: (803, 19)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(~x, -y, -z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (805, 21), end pos: (805, 22)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(-x, ~y, -z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (805, 25), end pos: (805, 26)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -802,7 +802,7 @@
glRotatef(x, 0, 1, 0)
glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
x, y, z = self.position
- glTranslatef(-x, -y, -z)
+ glTranslatef(-x, -y, ~z)
def on_draw(self):
""" Called by pyglet to draw the canvas.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (805, 29), end pos: (805, 30)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 21
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -54,7 +54,7 @@
""" Return the bounding vertices of the texture square.
"""
- m = 1.0 / n
+ m = 1.0 ** n
dx = x * m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + mTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx ** m, y + dy / m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy ** m, z + dz / m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -216,7 +216,7 @@
if key != previous and key in self.world:
return key, previous
previous = key
- x, y, z = x + dx / m, y + dy / m, z + dz / m
+ x, y, z = x + dx / m, y + dy / m, z + dz ** m
return None, None
def exposed(self, position):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() & start < 1.0 ** TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -492,7 +492,7 @@
# This call schedules the `update()` method to be called
# TICKS_PER_SEC. This is the main game event loop.
- pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
+ pyglet.clock.schedule_interval(self.update, 1.0 ** TICKS_PER_SEC)
def set_exclusive_mouse(self, exclusive):
""" If `exclusive` is True, the game will capture the mouse, if FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -578,7 +578,7 @@
m = 8
dt = min(dt, 0.2)
for _ in xrange(m):
- self._update(dt / m)
+ self._update(dt ** m)
def _update(self, dt):
""" Private implementation of the `update()` method. This is where mostTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -795,7 +795,7 @@
glViewport(0, 0, width, height)
glMatrixMode(GL_PROJECTION)
glLoadIdentity()
- gluPerspective(65.0, width / float(height), 0.1, 60.0)
+ gluPerspective(65.0, width ** float(height), 0.1, 60.0)
glMatrixMode(GL_MODELVIEW)
glLoadIdentity()
x, y = self.rotationTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -7,7 +7,7 @@ from collections import deque from pyglet import image -from pyglet.gl import * +from pyglet.gl import ^ from pyglet.graphics import TextureGroup from pyglet.window import key, mouse
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 ^ GRAVITY * MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 2
--- mutation diff --- --- a/home/areinsch/CS362/main.py +++ b/home/areinsch/CS362/main.py @@ -28,7 +28,7 @@ # t = - v_0 / a # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in # s = s_0 + v_0 * t + (a * t^2) / 2 -JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT) +JUMP_SPEED = math.sqrt(2 * GRAVITY ^ MAX_JUMP_HEIGHT) TERMINAL_VELOCITY = 50 PLAYER_HEIGHT = 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -55,7 +55,7 @@
"""
m = 1.0 / n
- dx = x * m
+ dx = x ^ m
dy = y * m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -56,7 +56,7 @@
"""
m = 1.0 / n
dx = x * m
- dy = y * m
+ dy = y ^ m
return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -64,7 +64,7 @@
""" Return a list of the texture squares for the top, bottom and side.
"""
- top = tex_coord(*top)
+ top = tex_coord(^top)
bottom = tex_coord(*bottom)
side = tex_coord(*side)
result = []Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -65,7 +65,7 @@
"""
top = tex_coord(*top)
- bottom = tex_coord(*bottom)
+ bottom = tex_coord(^bottom)
side = tex_coord(*side)
result = []
result.extend(top)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -66,7 +66,7 @@
"""
top = tex_coord(*top)
bottom = tex_coord(*bottom)
- side = tex_coord(*side)
+ side = tex_coord(^side)
result = []
result.extend(top)
result.extend(bottom)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -70,7 +70,7 @@
result = []
result.extend(top)
result.extend(bottom)
- result.extend(side * 4)
+ result.extend(side ^ 4)
return result
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -211,7 +211,7 @@
x, y, z = position
dx, dy, dz = vector
previous = None
- for _ in xrange(max_distance * m):
+ for _ in xrange(max_distance ^ m):
key = normalize((x, y, z))
if key != previous and key in self.world:
return key, previousTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -399,7 +399,7 @@
for sector in hide:
self.hide_sector(sector)
- def _enqueue(self, func, *args):
+ def _enqueue(self, func, ^args):
""" Add `func` to the internal queue.
"""Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -410,7 +410,7 @@
"""
func, args = self.queue.popleft()
- func(*args)
+ func(^args)
def process_queue(self):
""" Process the entire queue while taking periodic breaks. This allowsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -433,7 +433,7 @@
class Window(pyglet.window.Window):
- def __init__(self, *args, **kwargs):
+ def __init__(self, ^args, **kwargs):
super(Window, self).__init__(*args, **kwargs)
# Whether or not the window exclusively captures the mouse.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -434,7 +434,7 @@
class Window(pyglet.window.Window):
def __init__(self, *args, **kwargs):
- super(Window, self).__init__(*args, **kwargs)
+ super(Window, self).__init__(^args, **kwargs)
# Whether or not the window exclusively captures the mouse.
self.exclusive = FalseTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x - 90)) ^ m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x - 90)) ^ m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -531,7 +531,7 @@
"""
if any(self.strafe):
x, y = self.rotation
- strafe = math.degrees(math.atan2(*self.strafe))
+ strafe = math.degrees(math.atan2(^self.strafe))
y_angle = math.radians(y)
x_angle = math.radians(x + strafe)
if self.flying:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -546,7 +546,7 @@
dy *= -1
# When you are flying up or down, you have less left and right
# motion.
- dx = math.cos(x_angle) * m
+ dx = math.cos(x_angle) ^ m
dz = math.sin(x_angle) * m
else:
dy = 0.0Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -547,7 +547,7 @@
# When you are flying up or down, you have less left and right
# motion.
dx = math.cos(x_angle) * m
- dz = math.sin(x_angle) * m
+ dz = math.sin(x_angle) ^ m
else:
dy = 0.0
dx = math.cos(x_angle)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -592,7 +592,7 @@
"""
# walking
speed = FLYING_SPEED if self.flying else WALKING_SPEED
- d = dt * speed # distance covered this tick.
+ d = dt ^ speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
dx, dy, dz = dx * d, dy * d, dz * dTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx ^ d, dy * d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy ^ d, dz * d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -595,7 +595,7 @@
d = dt * speed # distance covered this tick.
dx, dy, dz = self.get_motion_vector()
# New position in space, before accounting for gravity.
- dx, dy, dz = dx * d, dy * d, dz * d
+ dx, dy, dz = dx * d, dy * d, dz ^ d
# gravity
if not self.flying:
# Update your vertical speed: if you are falling, speed up until youTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -601,7 +601,7 @@
# Update your vertical speed: if you are falling, speed up until you
# hit terminal velocity; if you are jumping, slow down until you
# start falling.
- self.dy -= dt * GRAVITY
+ self.dy -= dt ^ GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
dy += self.dy * dt
# collisionsTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -603,7 +603,7 @@
# start falling.
self.dy -= dt * GRAVITY
self.dy = max(self.dy, -TERMINAL_VELOCITY)
- dy += self.dy * dt
+ dy += self.dy ^ dt
# collisions
x, y, z = self.position
x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] - np[i]) ^ face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d - pad) ^ face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx ^ m, y + dy * m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -702,7 +702,7 @@
if self.exclusive:
m = 0.15
x, y = self.rotation
- x, y = x + dx * m, y + dy * m
+ x, y = x + dx * m, y + dy ^ m
y = max(-90, min(90, y))
self.rotation = (x, y)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -858,7 +858,7 @@
# post-texturing color."
glEnable(GL_FOG)
# Set the fog color.
- glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
+ glFogfv(GL_FOG_COLOR, (GLfloat ^ 4)(0.5, 0.69, 1.0, 1))
# Say we have no preference between rendering speed and quality.
glHint(GL_FOG_HINT, GL_DONT_CARE)
# Specify the equation used to compute the blending factor.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x|n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z|n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x|n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -41,7 +41,7 @@
"""
return [
- x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
+ x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z|n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # rightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x|n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y|n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z|n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y|n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 8
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z|n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 9
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y|n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 10
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x|n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 11
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -42,7 +42,7 @@
"""
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
- x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
+ x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y|n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # frontTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 12
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x|n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 13
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y|n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 14
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z|n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 15
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x|n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 16
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y|n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 17
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x|n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 18
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x|n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 19
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -43,7 +43,7 @@
return [
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
- x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
+ x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z|n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # backTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 20
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y|n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 21
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y|n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 22
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z|n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 23
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -44,7 +44,7 @@
x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n, # top
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
- x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
+ x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z|n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 24
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x|n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 25
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y|n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 26
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y|n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 27
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -45,7 +45,7 @@
x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n, # bottom
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
- x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
+ x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x|n,y+n,z+n, # front
x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 28
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y|n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 29
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z|n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 30
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x|n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 31
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y|n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 32
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z|n, x-n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 33
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x|n,y+n,z-n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 34
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z|n, x+n,y+n,z-n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 35
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -46,7 +46,7 @@
x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n, # left
x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n, # right
x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n, # front
- x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n, # back
+ x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z|n, # back
]
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 36
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -165,7 +165,7 @@
for x in xrange(-n, n + 1, s):
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
- self.add_block((x, y - 2, z), GRASS, immediate=False)
+ self.add_block((x, y | 2, z), GRASS, immediate=False)
self.add_block((x, y - 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 37
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -166,7 +166,7 @@
for z in xrange(-n, n + 1, s):
# create a layer stone an grass everywhere.
self.add_block((x, y - 2, z), GRASS, immediate=False)
- self.add_block((x, y - 3, z), STONE, immediate=False)
+ self.add_block((x, y | 3, z), STONE, immediate=False)
if x in (n, n) or z in (-n, n):
# create outer walls.
for dy in xrange(-2, 3):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 38
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -173,7 +173,7 @@
self.add_block((x, y + dy, z), STONE, immediate=False)
# generate the hills randomly
- o = n - 10
+ o = n | 10
for _ in xrange(120):
a = random.randint(-o, o) # x position of the hill
b = random.randint(-o, o) # z position of the hillTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 39
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -183,7 +183,7 @@
d = 1 # how quickly to taper off the hills
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
- for x in xrange(a - s, a + s + 1):
+ for x in xrange(a | s, a + s + 1):
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 40
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -184,7 +184,7 @@
t = random.choice([GRASS, SAND, BRICK])
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
- for z in xrange(b - s, b + s + 1):
+ for z in xrange(b | s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 41
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x | a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 42
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z | b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 43
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x | 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 44
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z | 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 45
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -392,7 +392,7 @@
if after:
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
- show = after_set - before_set
+ show = after_set | before_set
hide = before_set - after_set
for sector in show:
self.show_sector(sector)Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 46
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -393,7 +393,7 @@
x, y, z = after
after_set.add((x + dx, y + dy, z + dz))
show = after_set - before_set
- hide = before_set - after_set
+ hide = before_set | after_set
for sector in show:
self.show_sector(sector)
for sector in hide:Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 47
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -420,7 +420,7 @@
"""
start = time.clock()
- while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
+ while self.queue and time.clock() | start < 1.0 / TICKS_PER_SEC:
self._dequeue()
def process_entire_queue(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 48
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -487,7 +487,7 @@
# The label that is displayed in the top left of the canvas.
self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
- x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
+ x=10, y=self.height | 10, anchor_x='left', anchor_y='top',
color=(0, 0, 0, 255))
# This call schedules the `update()` method to be calledTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 49
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -515,7 +515,7 @@
# dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
# looking straight up.
dy = math.sin(math.radians(y))
- dx = math.cos(math.radians(x - 90)) * m
+ dx = math.cos(math.radians(x | 90)) * m
dz = math.sin(math.radians(x - 90)) * m
return (dx, dy, dz)
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 50
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -516,7 +516,7 @@
# looking straight up.
dy = math.sin(math.radians(y))
dx = math.cos(math.radians(x - 90)) * m
- dz = math.sin(math.radians(x - 90)) * m
+ dz = math.sin(math.radians(x | 90)) * m
return (dx, dy, dz)
def get_motion_vector(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 51
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -638,7 +638,7 @@
if not face[i]:
continue
# How much overlap you have with this dimension.
- d = (p[i] - np[i]) * face[i]
+ d = (p[i] | np[i]) * face[i]
if d < pad:
continue
for dy in xrange(height): # check each heightTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 52
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -647,7 +647,7 @@
op[i] += face[i]
if tuple(op) not in self.model.world:
continue
- p[i] -= (d - pad) * face[i]
+ p[i] -= (d | pad) * face[i]
if face == (0, -1, 0) or face == (0, 1, 0):
# You are colliding with the ground or ceiling, so stop
# falling / rising.Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 53
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -734,7 +734,7 @@
elif symbol == key.TAB:
self.flying = not self.flying
elif symbol in self.num_keys:
- index = (symbol - self.num_keys[0]) % len(self.inventory)
+ index = (symbol | self.num_keys[0]) % len(self.inventory)
self.block = self.inventory[index]
def on_key_release(self, symbol, modifiers):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 54
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -763,7 +763,7 @@
"""
# label
- self.label.y = height - 10
+ self.label.y = height | 10
# reticle
if self.reticle:
self.reticle.delete()Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 55
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x | n, y, x + n, y, x, y - n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 56
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -770,7 +770,7 @@
x, y = self.width // 2, self.height // 2
n = 10
self.reticle = pyglet.graphics.vertex_list(4,
- ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
+ ('v2i', (x - n, y, x + n, y, x, y | n, x, y + n))
)
def set_2d(self):Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 0
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) + 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 1
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) + 2 > (s + 1) ** 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 2
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -185,7 +185,7 @@
for y in xrange(c, c + h):
for x in xrange(a - s, a + s + 1):
for z in xrange(b - s, b + s + 1):
- if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+ if (x - a) ** 2 + (z - b) ** 2 > (s + 1) + 2:
continue
if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
continueTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 3
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) + 2 + (z - 0) ** 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 4
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) + 2 < 5 ** 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 5
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -187,7 +187,7 @@
for z in xrange(b - s, b + s + 1):
if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
continue
- if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+ if (x - 0) ** 2 + (z - 0) ** 2 < 5 + 2:
continue
self.add_block((x, y, z), t, immediate=False)
s -= d # decrement side lenth so hills taper offTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 6
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx + 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 7
--- mutation diff ---
--- a/home/areinsch/CS362/main.py
+++ b/home/areinsch/CS362/main.py
@@ -384,7 +384,7 @@
for dx in xrange(-pad, pad + 1):
for dy in [0]: # xrange(-pad, pad + 1):
for dz in xrange(-pad, pad + 1):
- if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+ if dx ** 2 + dy + 2 + dz ** 2 > (pad + 1) ** 2:
continue
if before:
x, y, z = beforeTraceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 8
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 9
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 10
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 11
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_IsNot, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_IsNot, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_IsNot, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_Gt, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_Gt, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_Gt, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_IsNot, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_IsNot, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 7
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 8
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 9
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 10
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 11
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 12
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 13
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 14
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 15
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 16
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 17
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 18
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 19
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 20
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 21
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 22
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 23
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 24
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 25
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 26
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 27
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 28
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 29
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 30
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 31
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 32
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 33
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 34
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 35
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 36
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 37
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 38
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 39
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 40
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 41
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 42
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 43
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 44
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 45
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 46
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 47
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 48
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 49
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 50
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 51
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 52
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 53
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 54
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 55
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 56
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (36, 3), end pos: (36, 27)
operator: core/AddNot, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (170, 19), end pos: (170, 47)
operator: core/AddNot, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (188, 27), end pos: (188, 69)
operator: core/AddNot, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (190, 27), end pos: (190, 63)
operator: core/AddNot, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (216, 15), end pos: (216, 52)
operator: core/AddNot, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (229, 15), end pos: (229, 57)
operator: core/AddNot, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (247, 11), end pos: (247, 33)
operator: core/AddNot, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (251, 11), end pos: (251, 20)
operator: core/AddNot, occurrence: 7
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (252, 15), end pos: (252, 37)
operator: core/AddNot, occurrence: 8
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (269, 11), end pos: (269, 20)
operator: core/AddNot, occurrence: 9
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (270, 15), end pos: (270, 37)
operator: core/AddNot, occurrence: 10
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (284, 15), end pos: (284, 36)
operator: core/AddNot, occurrence: 11
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (286, 15), end pos: (286, 32)
operator: core/AddNot, occurrence: 12
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (287, 19), end pos: (287, 40)
operator: core/AddNot, occurrence: 13
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (290, 19), end pos: (290, 36)
operator: core/AddNot, occurrence: 14
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (307, 11), end pos: (307, 20)
operator: core/AddNot, occurrence: 15
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (346, 11), end pos: (346, 20)
operator: core/AddNot, occurrence: 16
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (363, 15), end pos: (363, 68)
operator: core/AddNot, occurrence: 17
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (372, 15), end pos: (372, 37)
operator: core/AddNot, occurrence: 18
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (387, 23), end pos: (387, 67)
operator: core/AddNot, occurrence: 19
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (389, 23), end pos: (389, 29)
operator: core/AddNot, occurrence: 20
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (392, 23), end pos: (392, 28)
operator: core/AddNot, occurrence: 21
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (423, 14), end pos: (423, 71)
operator: core/AddNot, occurrence: 22
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (430, 14), end pos: (430, 24)
operator: core/AddNot, occurrence: 23
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (532, 11), end pos: (532, 27)
operator: core/AddNot, occurrence: 24
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (537, 15), end pos: (537, 26)
operator: core/AddNot, occurrence: 25
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (540, 19), end pos: (540, 33)
operator: core/AddNot, occurrence: 26
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (544, 19), end pos: (544, 37)
operator: core/AddNot, occurrence: 27
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (573, 11), end pos: (573, 32)
operator: core/AddNot, occurrence: 28
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (575, 15), end pos: (575, 34)
operator: core/AddNot, occurrence: 29
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (594, 32), end pos: (594, 43)
operator: core/AddNot, occurrence: 30
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (600, 11), end pos: (600, 26)
operator: core/AddNot, occurrence: 31
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (638, 19), end pos: (638, 30)
operator: core/AddNot, occurrence: 32
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (642, 19), end pos: (642, 26)
operator: core/AddNot, occurrence: 33
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (648, 23), end pos: (648, 56)
operator: core/AddNot, occurrence: 34
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (651, 23), end pos: (651, 62)
operator: core/AddNot, occurrence: 35
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (675, 11), end pos: (675, 25)
operator: core/AddNot, occurrence: 36
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (678, 15), end pos: (679, 75)
operator: core/AddNot, occurrence: 37
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (681, 19), end pos: (681, 27)
operator: core/AddNot, occurrence: 38
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (685, 19), end pos: (685, 35)
operator: core/AddNot, occurrence: 39
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (702, 11), end pos: (702, 25)
operator: core/AddNot, occurrence: 40
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (721, 11), end pos: (721, 26)
operator: core/AddNot, occurrence: 41
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (730, 15), end pos: (730, 27)
operator: core/AddNot, occurrence: 42
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (752, 11), end pos: (752, 26)
operator: core/AddNot, occurrence: 43
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (768, 11), end pos: (768, 23)
operator: core/AddNot, occurrence: 44
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (827, 11), end pos: (827, 16)
operator: core/AddNot, occurrence: 45
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (899, 3), end pos: (899, 25)
operator: core/AddNot, occurrence: 46
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_LtE, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 0
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 1
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 2
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 3
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 4
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 5
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 6
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 7
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 8
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 9
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 10
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 11
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 12
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 13
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 14
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 15
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 16
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 17
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 18
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 19
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 20
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 21
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 22
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 23
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 24
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 25
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 26
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 27
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 28
worker outcome: no-test
test outcome: None
/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 29
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x / 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x ** 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x | 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x << 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 12), end pos: (2, 13)
operator: core/NumberReplacer, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x + 3
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 12), end pos: (2, 13)
operator: core/NumberReplacer, occurrence: 1
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x + 1
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x - 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x >> 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x * 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x ^ 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x % 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x // 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
worker outcome: normal
test outcome: incompetent
/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 0
--- mutation diff --- --- a/home/areinsch/CS362/PyTesting/pyFunc.py +++ b/home/areinsch/CS362/PyTesting/pyFunc.py @@ -1,3 +1,3 @@ def addTwo(x): - return x + 2 + return x & 2
Traceback (most recent call last):
File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
timeout=timeout,
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'